move to freecodecamp.slack.com

This commit is contained in:
Quincy Larson
2015-06-01 16:17:06 -07:00
parent 8fb22fbaa6
commit 4f45867b6e
7 changed files with 15 additions and 15 deletions

View File

@@ -232,7 +232,7 @@ module.exports = {
chat: function chat(req, res) {
if (req.user && req.user.progressTimestamps.length > 5) {
res.redirect('http://freecode.slack.com');
res.redirect('http://freecodecamp.slack.com');
} else {
res.render('resources/chat', {
title: 'Watch us code live on Twitch.tv'