Skip to content

Commit

Permalink
/shop and /store relinking (improved)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frijol committed Jan 4, 2016
1 parent 7346715 commit 90a045e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,11 @@ app.get('/docs', function(req, res) {
});

app.get('/shop', function(req, res) {
res.redirect('http://www.seeedstudio.com/depot/Tessel-m-153.html?ref=pinfo');
res.redirect('http://www.seeedstudio.com/depot/Tessel-m-153.html');
});

app.get('/store', function(req, res) {
res.redirect('https://shop.tessel.io');
res.redirect('http://www.seeedstudio.com/depot/Tessel-m-153.html');
});

app.get('/projects', function(req, res) {
Expand Down

0 comments on commit 90a045e

Please sign in to comment.