change blog links to lead to medium subdomain

This commit is contained in:
Quincy Larson
2015-10-19 21:55:29 -07:00
parent 2ea7afff9b
commit 7f2f3885f8
5 changed files with 18 additions and 18 deletions

View File

@@ -72,9 +72,9 @@ module.exports = function(app) {
'Feel free to email us at this address if you have ',
'any questions about Free Code Camp.\n',
'And if you have a moment, check out our blog: ',
'blog.freecodecamp.com.\n\n',
'medium.freecodecamp.com.\n\n',
'Good luck with the challenges!\n\n',
'- the Free Code Camp Volunteer Team'
'- the Free Code Camp Team'
].join('')
};