We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7c26f commit c989aceCopy full SHA for c989ace
1 file changed
extensions/amp-story/1.0/amp-story-localization-service.js
@@ -16,8 +16,7 @@ const FALLBACK_LANGUAGE_CODE = 'en';
16
*/
17
const LANGUAGE_CODE_CHUNK_REGEX = /\w+/gi;
18
19
-const testUrl =
20
- 'https://gist.githubusercontent.com/mszylkowski/3ed540186b18f4da4083e087bff36122/raw/a46b0204d5a7e12615a924b4ae192d9d77128bff/amp-story.es.json';
+const testUrl = 'https://cdn.ampproject.org/v0/amp-story.es.json';
21
22
/**
23
* Util function to retrieve the localization service. Ensures we can retrieve
0 commit comments