mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
feat: use /ref/head/ instead of /master/ for yaml url (#482)
This commit is contained in:
parent
cea78d7fd6
commit
48f2dde80c
1 changed files with 1 additions and 1 deletions
2
rules.md
2
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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue