Skip to content

Commit e49da44

Browse files
authored
chore: fixed some typos in readme
1 parent 2709cb4 commit e49da44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Flags:
4545
To test it is running check logs or http://0.0.0.0:9629/readiness
4646

4747
### Issue template
48-
Look of the resulting issue in Gitlab can be customized using [Go template]{https://golang.org/pkg/text/template/}.
48+
Look of the resulting issue in Gitlab can be customized using [Go template](https://golang.org/pkg/text/template/).
4949
Default template can be found in [conf/default_issue.tmpl](conf/default_issue.tmpl).
5050
The available data during templating is the Alertmanager webhook message struct itself.
5151
Example can be found in [conf/alert.json](conf/alert.json).
@@ -60,7 +60,7 @@ Example of the default template:
6060
### Configure Alertmanager
6161
You just need to add the [`<webhook_config>`](https://prometheus.io/docs/alerting/configuration/#webhook_config)
6262
receiver to your Alertmanager configuration and disable sending resolved notifications with `send_resolved: false`.
63-
Also better to set the `repeat_interval` to higher value since every retry will create new issue.
63+
Also better to set the `repeat_interval` to higher value.
6464

6565
See the minimal example in the [conf/alertmanager_conf.yaml](conf/alertmanager_conf.yaml).
6666

0 commit comments

Comments
 (0)