Update index.md (#353)

This commit is contained in:
John Losito 2023-05-02 19:13:46 -04:00 committed by GitHub
parent 99b101077d
commit a41fe9ede9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,11 +15,11 @@
Hello world Hello world
</h2> </h2>
<a href="/alertmanager"> <a href="/awesome-prometheus-alerts/alertmanager">
AlertManager configuration AlertManager configuration
</a> </a>
<a href="/sleep-peacefully"> <a href="/awesome-prometheus-alerts/sleep-peacefully">
Alerting time window Alerting time window
</a> </a>
@ -43,7 +43,7 @@
<ul> <ul>
{% for service in group.services %} {% for service in group.services %}
<li> <li>
<a href="/rules#{{ service.name | replace: " ", "-" | downcase }}"> <a href="/awesome-prometheus-alerts/rules#{{ service.name | replace: " ", "-" | downcase }}">
{{ service.name }} {{ service.name }}
</a> </a>
</li> </li>
@ -51,4 +51,4 @@
</ul> </ul>
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>