From 957fabdd210a1b559f94e4b2e74475dfa14afc7d Mon Sep 17 00:00:00 2001 From: Tarashish Mishra Date: Tue, 19 Nov 2024 12:18:31 +0530 Subject: [PATCH] Fix the URL for the grafana-dashboards repository --- grafana-dashboards/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana-dashboards/README.md b/grafana-dashboards/README.md index 05f2c5b5b8..21123d1ac2 100644 --- a/grafana-dashboards/README.md +++ b/grafana-dashboards/README.md @@ -1,7 +1,7 @@ # About these grafana dashboard files These are dashboard definitions as jsonnet templates. They are deployed using a -Python script from https://github.com/jupyterhub/grafana-dashboard, which can be +Python script from https://github.com/jupyterhub/grafana-dashboards, which can be done via the deployer command: ```bash @@ -14,7 +14,7 @@ specifically the jsonnet binary built using golang called go-jsonnet. To just render the jsonnet templates, which is relevant during development, you can: -1. Clone https://github.com/jupyterhub/grafana-dashboard somewhere +1. Clone https://github.com/jupyterhub/grafana-dashboards somewhere 2. Go to that folder, and then run something like: ```bash jsonnet -J vendor /some/path/2i2c-org/infrastructure/grafana-dashboards/cloud-cost-aws.jsonnet