File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,9 @@ class GitHubUrl {
147147
148148 +
149149 ' <tr><th>Member Since:</th><td><span class="relatize">' + data . created_at + '</span></td></tr>' +
150- ' <tr><th><a href="' + data . html_url + '/ followers">Followers</a>:</th><td>' + data . followers + '</td></tr>' +
151- ' <tr><th><a href="' + data . html_url + '/ following">Following</a>:</th><td>' + data . following + '</td></tr>' +
152- ' <tr><th><a href="' + data . html_url + '/ repositories">Public Repos</a>:</th><td>' + data . public_repos + '</td></tr>' +
150+ ' <tr><th><a href="' + data . html_url + '?tab= followers">Followers</a>:</th><td>' + data . followers + '</td></tr>' +
151+ ' <tr><th><a href="' + data . html_url + '?tab= following">Following</a>:</th><td>' + data . following + '</td></tr>' +
152+ ' <tr><th><a href="' + data . html_url + '?tab= repositories">Public Repos</a>:</th><td>' + data . public_repos + '</td></tr>' +
153153 '</table>' ;
154154 } ,
155155 url : function ( result ) {
You can’t perform that action at this time.
0 commit comments