Skip to content

Commit 78663c0

Browse files
committed
common-labels.json is still on w3c.github.io
1 parent 4884555 commit 78663c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/issue-metadata.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h2 id="projects">Projects</h2>
203203
// Populate label descriptions.
204204
(async function() {
205205
/** @type {Array} */
206-
const labels = await (await fetch("common-labels.json")).json();
206+
const labels = await (await fetch("https://w3c.github.io/common-labels.json")).json();
207207

208208
// Populate simple labels.
209209
for (const dt of document.querySelectorAll("[data-label]")) {

0 commit comments

Comments
 (0)