From ed0543f6bd78d737b22f5f9d6a0f8e045fe1e3bc Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Fri, 3 Dec 2021 15:02:32 +0100 Subject: [PATCH] fix branch referenced in the codemirror-promql readme Signed-off-by: Augustin Husson --- web/ui/module/codemirror-promql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/ui/module/codemirror-promql/package.json b/web/ui/module/codemirror-promql/package.json index abc18a5f9..f5f031d4e 100644 --- a/web/ui/module/codemirror-promql/package.json +++ b/web/ui/module/codemirror-promql/package.json @@ -29,7 +29,7 @@ "bugs": { "url": "https://github.com/prometheus/codemirror-promql/issues" }, - "homepage": "https://github.com/prometheus/codemirror-promql/blob/master/README.md", + "homepage": "https://github.com/prometheus/codemirror-promql/blob/main/README.md", "dependencies": { "lru-cache": "^6.0.0" },