Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 550c2aa

Browse files
authoredMar 14, 2023
Fix typos in doc (#21)
1 parent 9b3dbc5 commit 550c2aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inspect usage metrics from your code.
1010
You can optionnally add alerting rules so that code annotations make Prometheus
1111
trigger alerts directly from production usage:
1212

13-
![a Slack bot is posting an alert directly in the channel](../../assets/slack-alert-example.png)
13+
![a Slack bot is posting an alert directly in the channel](./assets/slack-alert-example.png)
1414

1515
A fully working use-case and example of library usage is available in the
1616
[examples/web](./examples/web) subdirectory

‎examples/web/alertmanager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
global:
2-
# Also possible to place this URL in a file.
3-
# Ex: `slack_api_url_file: '/etc/alertmanager/slack_url'`
2+
# Also possible to use the URL directly
3+
# Ex: `slack_api_url: 'https://slack.com/...'`
44
slack_api_url_file: '/etc/alertmanager/slack_url'
55

66
route:

0 commit comments

Comments
 (0)
Please sign in to comment.