We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8071cc1 + b0c28a1 commit 9a3206fCopy full SHA for 9a3206f
scripts/setup.js
@@ -10,7 +10,7 @@
10
dataType: 'jsonp',
11
timeout: 3000,
12
type: 'GET',
13
- url: 'https://api.github.com/repos/laraveltherightway/laraveltherightway/contributors?per_page=100'
+ url: 'https://api.github.com/repos/laraveltherightway/laraveltherightway.github.io/contributors?per_page=100'
14
}).done(function (data) {
15
if ( data.data && data.data.length ) {
16
var $ul = $('<ul></ul>'), dataLength = data.data.length;
0 commit comments