We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688d60a commit b4cc32fCopy full SHA for b4cc32f
generate/src/lib/types.ts
@@ -60,7 +60,7 @@ export namespace Constants {
60
export const TEST_URL_BASE: string = 'https://github.com/w3c/epub-tests/tree/main/tests';
61
62
/** Base URL for the test epub file, accessible via github.io */
63
- export const TEST_DOWNLOAD_URL_BASE: string = 'https://github.com/w3c/epub-tests/raw/main/tests';
+ export const TEST_DOWNLOAD_URL_BASE: string = 'https://w3c.github.io/epub-tests/tests';
64
65
/** Location of the container file within the test directory */
66
export const CONTAINER_FILE: string = 'META-INF/container.xml';
0 commit comments