You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
In the rapidly evolving world of blockchain technology, effective monitoring is crucial for ensuring security and performance. OpenZeppelin Monitor is a blockchain monitoring service that watches for specific on-chain activities and triggers notifications based on configurable conditions. The service offers multi-chain support with configurable monitoring schedules, flexible trigger conditions, and an extensible architecture for adding new chains.
@@ -33,11 +33,11 @@ In the rapidly evolving world of blockchain technology, effective monitoring is
33
33
34
34
### Installation
35
35
36
-
View the [Installation](https://docs.openzeppelin.com/monitor/0.1.0/#getting_started) documentation for detailed information. For a quicker introduction, check out the [Quickstart](https://docs.openzeppelin.com/monitor/0.1.0/quickstart) guide.
36
+
View the [Installation](https://docs.openzeppelin.com/monitor#getting_started) documentation for detailed information. For a quicker introduction, check out the [Quickstart](https://docs.openzeppelin.com/monitor/quickstart) guide.
37
37
38
38
### Usage
39
39
40
-
View the [Usage](https://docs.openzeppelin.com/monitor/0.1.0/#running_the_monitor) documentation for more information.
40
+
View the [Usage](https://docs.openzeppelin.com/monitor#running_the_monitor) documentation for more information.
41
41
42
42
## For Developers
43
43
@@ -237,7 +237,7 @@ For security concerns, please refer to our [Security Policy](SECURITY.md).
237
237
238
238
## Get Help
239
239
240
-
If you have any questions, first see if the answer to your question can be found in the [User Documentation](https://docs.openzeppelin.com/monitor/0.1.0/).
240
+
If you have any questions, first see if the answer to your question can be found in the [User Documentation](https://docs.openzeppelin.com/monitor).
.map_err(|e| anyhow::anyhow!("Failed to initialize services: {}. Please refer to the documentation quickstart ({}) on how to configure the service.", e,DOCUMENTATION_URL))?;
146
149
147
150
// Check if metrics should be enabled from either CLI flag or env var
0 commit comments