From 48f2dde80c8d810c3a29064148ea021d27171227 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Wed, 5 Nov 2025 17:12:50 +0100 Subject: [PATCH] feat: use /ref/head/ instead of /master/ for yaml url (#482) --- rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.md b/rules.md index 02364e5..1ce19c7 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/master/dist/rules/{{ service.name | replace: " ", "-" | downcase }}/{{ exporter.slug }}.yml +$ wget https://raw.githubusercontent.com/samber/awesome-prometheus-alerts/ref/head/dist/rules/{{ service.name | replace: " ", "-" | downcase }}/{{ exporter.slug }}.yml {% endhighlight %} {% endif %}