Skip to content

Commit c4a4935

Browse files
committed
fix base url following creativecommons/ccos-scripts#143
1 parent 90be3c1 commit c4a4935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/js/components.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export const App = {
240240
}
241241
},
242242
mounted() {
243-
const BASE_URL = 'https://raw.githubusercontent.com/creativecommons/ccos-scripts/main/normalize_repos'
243+
const BASE_URL = 'https://raw.githubusercontent.com/creativecommons/ccos-scripts/main/ccos/norm'
244244
const FILE_URL = name => `${BASE_URL}/${name}.yml`
245245

246246
this.octokit = new Octokit()

0 commit comments

Comments
 (0)