We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4884555 commit 78663c0Copy full SHA for 78663c0
github/issue-metadata.html
@@ -203,7 +203,7 @@ <h2 id="projects">Projects</h2>
203
// Populate label descriptions.
204
(async function() {
205
/** @type {Array} */
206
- const labels = await (await fetch("common-labels.json")).json();
+ const labels = await (await fetch("https://w3c.github.io/common-labels.json")).json();
207
208
// Populate simple labels.
209
for (const dt of document.querySelectorAll("[data-label]")) {
0 commit comments