mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
fix: corrects download URL for rules files (#494)
This commit is contained in:
parent
f0107caf9e
commit
1d69457017
1 changed files with 1 additions and 1 deletions
2
rules.md
2
rules.md
|
|
@ -64,7 +64,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ exporter.comments | strip | newline_to_br }}
|
{{ exporter.comments | strip | newline_to_br }}
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
$ wget https://raw.githubusercontent.com/samber/awesome-prometheus-alerts/ref/head/dist/rules/{{ service.name | replace: " ", "-" | downcase }}/{{ exporter.slug }}.yml
|
$ wget https://raw.githubusercontent.com/samber/awesome-prometheus-alerts/refs/heads/master/dist/rules/{{ service.name | replace: " ", "-" | downcase }}/{{ exporter.slug }}.yml
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue