Skip to content

Commit

Permalink
remove FAQ page, redirect to http://community.habitrpg.com/faq-page
Browse files Browse the repository at this point in the history
  • Loading branch information
lefnire committed Mar 26, 2013
1 parent 19dd153 commit 01f2bfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 108 deletions.
2 changes: 1 addition & 1 deletion src/server/static.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ router.get '/static/front', beforeEach, (req, res) -> staticPages.render 'stat
router.get '/static/about', beforeEach, (req, res) -> staticPages.render 'static/about', res
router.get '/static/team', beforeEach, (req, res) -> staticPages.render 'static/team', res
router.get '/static/extensions', beforeEach, (req, res) -> staticPages.render 'static/extensions', res
router.get '/static/faq', beforeEach, (req, res) -> staticPages.render 'static/faq', res
router.get '/static/faq', (req, res) -> res.redirect 'http://community.habitrpg.com/faq-page'

router.get '/static/privacy', beforeEach, (req, res) -> staticPages.render 'static/privacy', res
router.get '/static/terms', beforeEach, (req, res) -> staticPages.render 'static/terms', res
Expand Down
107 changes: 0 additions & 107 deletions views/static/faq.html

This file was deleted.

0 comments on commit 01f2bfe

Please sign in to comment.