@@ -10,7 +10,7 @@ exports.Article = [
1010 slug : "article-1" ,
1111 content : "Content 1" ,
1212 modified : new Date ( 2014 , 0 , 1 ) ,
13- githubLink : '' ,
13+ githubLink : 'http://not.exists.com ' ,
1414 isFolder : true ,
1515 weight : 0
1616 } ,
@@ -20,7 +20,7 @@ exports.Article = [
2020 slug : "article-2" ,
2121 content : "Content 2" ,
2222 modified : new Date ( 2014 , 0 , 2 ) ,
23- githubLink : '' ,
23+ githubLink : 'http://not.exists.com ' ,
2424 isFolder : true ,
2525 weight : 1
2626 } ,
@@ -32,7 +32,7 @@ exports.Article = [
3232 modified : new Date ( 2014 , 0 , 2 ) ,
3333 isFolder : false ,
3434 weight : 0 ,
35- githubLink : '' ,
35+ githubLink : 'http://not.exists.com ' ,
3636 parent : ids [ 0 ]
3737 } ,
3838 {
@@ -43,7 +43,7 @@ exports.Article = [
4343 modified : new Date ( 2014 , 0 , 3 ) ,
4444 isFolder : false ,
4545 weight : 1 ,
46- githubLink : '' ,
46+ githubLink : 'http://not.exists.com ' ,
4747 parent : ids [ 0 ]
4848 } ,
4949 {
@@ -53,7 +53,7 @@ exports.Article = [
5353 content : "Content 2.1" ,
5454 modified : new Date ( 2014 , 0 , 4 ) ,
5555 isFolder : false ,
56- githubLink : '' ,
56+ githubLink : 'http://not.exists.com ' ,
5757 weight : 0 ,
5858 parent : ids [ 1 ]
5959 } ,
@@ -64,7 +64,7 @@ exports.Article = [
6464 content : "Content 2.2" ,
6565 modified : new Date ( 2014 , 0 , 5 ) ,
6666 isFolder : false ,
67- githubLink : '' ,
67+ githubLink : 'http://not.exists.com ' ,
6868 weight : 1 ,
6969 parent : ids [ 1 ]
7070 }
0 commit comments