We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90be3c1 commit c4a4935Copy full SHA for c4a4935
webpack/js/components.js
@@ -240,7 +240,7 @@ export const App = {
240
}
241
},
242
mounted() {
243
- const BASE_URL = 'https://raw.githubusercontent.com/creativecommons/ccos-scripts/main/normalize_repos'
+ const BASE_URL = 'https://raw.githubusercontent.com/creativecommons/ccos-scripts/main/ccos/norm'
244
const FILE_URL = name => `${BASE_URL}/${name}.yml`
245
246
this.octokit = new Octokit()
0 commit comments