Skip to content

Commit 5b371f5

Browse files
Hardcode w3c -- ed uris are not likely to change
1 parent 2f286e4 commit 5b371f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/script/prComment.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ async function getChangedFiles() {
125125
} else if (file.endsWith('/index.html')) {
126126
// Child specs: https://w3c.github.io/core-aam/ (not /aria/core-aam/)
127127
const dirName = file.split('/').slice(-2, -1)[0];
128-
EDUrl = `https://${repoOwner}.github.io/${dirName}/`;
128+
EDUrl = `https://w3c.github.io/${dirName}/`;
129129
}
130130

131131
const diffUrl = `https://services.w3.org/htmldiff?doc1=${encodeURIComponent(EDUrl)}&doc2=${encodeURIComponent(previewUrl)}`;

0 commit comments

Comments
 (0)