We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f286e4 commit 5b371f5Copy full SHA for 5b371f5
common/script/prComment.mjs
@@ -125,7 +125,7 @@ async function getChangedFiles() {
125
} else if (file.endsWith('/index.html')) {
126
// Child specs: https://w3c.github.io/core-aam/ (not /aria/core-aam/)
127
const dirName = file.split('/').slice(-2, -1)[0];
128
- EDUrl = `https://${repoOwner}.github.io/${dirName}/`;
+ EDUrl = `https://w3c.github.io/${dirName}/`;
129
}
130
131
const diffUrl = `https://services.w3.org/htmldiff?doc1=${encodeURIComponent(EDUrl)}&doc2=${encodeURIComponent(previewUrl)}`;
0 commit comments