Skip to content

Commit

Permalink
Added a reference and redirect (#1647)
Browse files Browse the repository at this point in the history
* Fixed redirect and reference
  • Loading branch information
pavangudiwada authored Dec 1, 2024
1 parent edb93f6 commit 1b5c18f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
"tutorials/playbook-failed-liveness.html": "/master/playbook-reference/kubernetes-examples/playbook-failed-liveness.html",
"tutorials/playbook-track-secrets.html": "/master/playbook-reference/kubernetes-examples//playbook-track-secrets.html",
"tutorials/alert-remediation.html": "/master/playbook-reference/prometheus-examples/alert-remediation.html",
"tutorials/alert-custom-enrichment.html": "/master/playbook-reference/prometheus-examples/alert-custom-enrichment.html"
"tutorials/alert-custom-enrichment.html": "/master/playbook-reference/prometheus-examples/alert-custom-enrichment.html",
"/catalog/sinks/slack.html": "/master/configuration/sinks/slack.html"


}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ To allow the Grafana dashboard to persist after the Grafana instance restarts, y
enabled: true
Apply the change by performing a :ref:`Helm Upgrade <Simple Upgrade>`.

Troubleshooting
---------------------

Encountering issues with your Prometheus? Follow this guide to resolve some :ref:`common errors <Common Errors>`.

0 comments on commit 1b5c18f

Please sign in to comment.