Skip to content

Commit

Permalink
common-labels.json is still on w3c.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Jan 16, 2025
1 parent 4884555 commit 78663c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/issue-metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h2 id="projects">Projects</h2>
// Populate label descriptions.
(async function() {
/** @type {Array} */
const labels = await (await fetch("common-labels.json")).json();
const labels = await (await fetch("https://w3c.github.io/common-labels.json")).json();

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

0 comments on commit 78663c0

Please sign in to comment.