Skip to content

Commit 9a3206f

Browse files
committed
Merge pull request #9 from buonzz/patch-contrib-bug
gh contributors names not loading
2 parents 8071cc1 + b0c28a1 commit 9a3206f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
dataType: 'jsonp',
1111
timeout: 3000,
1212
type: 'GET',
13-
url: 'https://api.github.com/repos/laraveltherightway/laraveltherightway/contributors?per_page=100'
13+
url: 'https://api.github.com/repos/laraveltherightway/laraveltherightway.github.io/contributors?per_page=100'
1414
}).done(function (data) {
1515
if ( data.data && data.data.length ) {
1616
var $ul = $('<ul></ul>'), dataLength = data.data.length;

0 commit comments

Comments
 (0)