mirror of https://github.com/docker/docs.git
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:
parent
8d522c8539
commit
c09d16b415
|
@ -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="_" }
|
||||
|
|
Loading…
Reference in New Issue