Skip to content

Commit

Permalink
Merge pull request #1670 from CPAN-API/leo/gh1669_fix_coderwall_link
Browse files Browse the repository at this point in the history
fix #1669 - fix coderwall link
  • Loading branch information
oalders committed Apr 12, 2016
2 parents 423ae61 + 14d351f commit f981867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/preprocess.html
Expand Up @@ -9,7 +9,7 @@

profiles = {
bitbucket = { name = 'Bitbucket', url = 'http://bitbucket.org/%s'},
coderwall = { name = 'Coderwall', url = 'http://www.coderwall.com/%s'},
coderwall = { name = 'Coderwall', url = 'https://coderwall.com/%s'},
couchsurfing = { name = 'Couch Surfing', url = 'http://www.couchsurfing.org/people/%s/'},
delicious = { name = 'Delicious', url = 'http://www.delicious.com/%s' },
digg = { name = 'Digg', url = 'http://digg.com/%s' },
Expand Down

0 comments on commit f981867

Please sign in to comment.