Pointing wrong URI to prometheus alert (#5433)

It seems to be pointing wrong or legacy URI(https://prometheus.io/docs/alerting/rules/)
The URI(https://prometheus.io/docs/alerting/rules/) returns "Page Not found".
I found alternative URI(https://prometheus.io/docs/alerting/overview/) for Prometheus alert.

I just exchange 'https://prometheus.io/docs/alerting/rules/' to 'https://prometheus.io/docs/alerting/overview/'
This commit is contained in:
asleea88 2017-12-05 04:51:33 +09:00 committed by John Mulhausen
parent 8d522c8539
commit c09d16b415
1 changed files with 1 additions and 1 deletions

View File

@ -276,4 +276,4 @@ level.
## Next steps
- Read the [Prometheus documentation](https://prometheus.io/docs/introduction/overview/){: target="_blank" class="_" }
- Set up some [alerts](https://prometheus.io/docs/alerting/rules/){: target="_blank" class="_" }
- Set up some [alerts](https://prometheus.io/docs/alerting/overview/){: target="_blank" class="_" }