Skip to content

Commit ec5c221

Browse files
author
aayushjoglekar
committed
Issue #102 : projects.json link fixed
1 parent 35d698e commit ec5c221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const app2=new Vue({
44
projects : []
55
},
66
created() {
7-
fetch('https://tlazypanda.github.io/OpenCode-Collaborative/projects.json')
7+
fetch('https://opencode18.github.io/OpenCode-Collaborative/projects.json')
88
.then(response => response.json() )
99
.then(json => {
1010
this.projects = json.projects

0 commit comments

Comments
 (0)