make some copy changes reflecting our shift to coderbyte

This commit is contained in:
Michael Q Larson
2015-02-13 11:01:12 -08:00
parent a9036408aa
commit bafba0b16f
9 changed files with 15 additions and 97 deletions

4
app.js
View File

@@ -211,10 +211,6 @@ app.get('/control-shortcuts', resourcesController.deployAWebsite);
app.get('/stats', function(req, res) {
res.redirect(301, '/learn-to-code');
});
app.get(
'/pair-program-with-team-viewer',
resourcesController.pairProgramWithTeamViewer
);
app.get('/learn-to-code', resourcesController.about);
app.get('/about', function(req, res) {
res.redirect(301, '/learn-to-code');