Skip to content

Commit b4cc32f

Browse files
committed
The base for the test urls has been updated
1 parent 688d60a commit b4cc32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/src/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export namespace Constants {
6060
export const TEST_URL_BASE: string = 'https://github.com/w3c/epub-tests/tree/main/tests';
6161

6262
/** 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';
63+
export const TEST_DOWNLOAD_URL_BASE: string = 'https://w3c.github.io/epub-tests/tests';
6464

6565
/** Location of the container file within the test directory */
6666
export const CONTAINER_FILE: string = 'META-INF/container.xml';

0 commit comments

Comments
 (0)