summary refs log tree commit diff
path: root/contrib/grafana
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-07-13 12:55:48 +0200
committerGitHub <noreply@github.com>2021-07-13 11:55:48 +0100
commite938f69697aac0723a03605831403a815e8a1b45 (patch)
treeeec405b5b21f8821f8137986ccf9d2551c2cdece /contrib/grafana
parentBugfix `make_room_admin` fails for users that have left a private room (#10367) (diff)
downloadsynapse-e938f69697aac0723a03605831403a815e8a1b45.tar.xz
Fix some links in `docs` and `contrib` (#10370)
Diffstat (limited to 'contrib/grafana')
-rw-r--r--contrib/grafana/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/grafana/README.md b/contrib/grafana/README.md
index 4608793394..0d4e1b59b2 100644
--- a/contrib/grafana/README.md
+++ b/contrib/grafana/README.md
@@ -1,6 +1,6 @@
 # Using the Synapse Grafana dashboard
 
 0. Set up Prometheus and Grafana. Out of scope for this readme. Useful documentation about using Grafana with Prometheus: http://docs.grafana.org/features/datasources/prometheus/
-1. Have your Prometheus scrape your Synapse. https://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.md
+1. Have your Prometheus scrape your Synapse. https://matrix-org.github.io/synapse/latest/metrics-howto.html
 2. Import dashboard into Grafana. Download `synapse.json`. Import it to Grafana and select the correct Prometheus datasource. http://docs.grafana.org/reference/export_import/
-3. Set up required recording rules. https://github.com/matrix-org/synapse/tree/master/contrib/prometheus
+3. Set up required recording rules. [contrib/prometheus](../prometheus)