Skip to content

Commit 1d69457

Browse files
authored
fix: corrects download URL for rules files (#494)
1 parent f0107ca commit 1d69457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
{% else %}
6565
{{ exporter.comments | strip | newline_to_br }}
6666
{% highlight bash %}
67-
$ wget https://raw.githubusercontent.com/samber/awesome-prometheus-alerts/ref/head/dist/rules/{{ service.name | replace: " ", "-" | downcase }}/{{ exporter.slug }}.yml
67+
$ wget https://raw.githubusercontent.com/samber/awesome-prometheus-alerts/refs/heads/master/dist/rules/{{ service.name | replace: " ", "-" | downcase }}/{{ exporter.slug }}.yml
6868
{% endhighlight %}
6969
{% endif %}
7070

0 commit comments

Comments
 (0)