Skip to content

Commit

Permalink
Use GitHub's language trending page for language links
Browse files Browse the repository at this point in the history
Previous link was broken.
  • Loading branch information
cydrobolt committed Jan 10, 2016
1 parent c537d43 commit 4cf2872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/githubresume.js
Expand Up @@ -300,7 +300,7 @@ var run = function() {
name: lang,
popularity: languages[lang],
toString: function() {
return '<a href="https://github.com/languages/' + this.name + '">' + this.name + '</a>';
return '<a href="https://github.com/trending?l=' + this.name + '">' + this.name + '</a>';
}
});

Expand Down

0 comments on commit 4cf2872

Please sign in to comment.