From 2bad17ea159370686fc1973ca2ff1e3e54a4ae70 Mon Sep 17 00:00:00 2001 From: Andreyev Dias de Melo Date: Thu, 29 Jan 2026 12:20:16 -0300 Subject: [PATCH] fix: corrects download URL for rules files --- rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.md b/rules.md index 1ce19c7..c4978e7 100644 --- a/rules.md +++ b/rules.md @@ -64,7 +64,7 @@ {% else %} {{ exporter.comments | strip | newline_to_br }} {% 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 %} {% endif %}