From 08109ab9b3a825635c2de4ace837083682b1e7d2 Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Fri, 7 Jun 2024 16:26:42 -0400 Subject: [PATCH] fix bad link in index.html Given that we specify the branch (which seems not to be such a good idea, from today's perspective), we should fix it to target the correct branch which was changed out-of-band (was `master`, is now `main). --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d4bfc75..26ea909 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@ // extend the bibliography entries localBiblio: didwg.localBiblio, - github: {"repoURL": "https://github.com/w3c/did-use-cases", "branch": "master"}, + github: {"repoURL": "https://github.com/w3c/did-use-cases", "branch": "main"}, includePermalinks: false, // if there a publicly available Editor's Draft, this is the link