diff --git a/src/routes/pages.js b/src/routes/pages.js index 6bba13845e..f3823d3976 100644 --- a/src/routes/pages.js +++ b/src/routes/pages.js @@ -52,7 +52,7 @@ router.get('/static/plans', middleware.locals, function(req, res) { // --------- Redirects -------- router.get('/static/extensions', function(req, res) { - res.redirect('http://community.habitrpg.com/extensions'); + res.redirect('http://habitrpg.wikia.com/wiki/App_and_Extension_Integrations'); }); module.exports = router; \ No newline at end of file diff --git a/views/shared/footer.jade b/views/shared/footer.jade index 4941d4e871..126563be41 100644 --- a/views/shared/footer.jade +++ b/views/shared/footer.jade @@ -22,7 +22,7 @@ footer.footer(ng-controller='FooterCtrl') li a(target='_blank', href='http://blog.habitrpg.com/')=env.t('companyBlog') li - a(href='/static/extensions')=env.t('companyExtensions') + a(href='http://habitrpg.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('companyExtensions') li a(target='_blank', href='http://habitrpg.wikia.com/wiki/FAQ')=env.t('FAQ') li @@ -39,7 +39,7 @@ footer.footer(ng-controller='FooterCtrl') li a(target='_blank', href='https://github.com/lefnire/habitrpg/wiki/API')=env.t('API') li - a(href='/static/extensions')=env.t('communityExtensions') + a(href='http://habitrpg.wikia.com/wiki/App_and_Extension_Integrations', target='_blank')=env.t('communityExtensions') li a(target='_blank', href='http://habitrpg.wikia.com/wiki/Special:Forum')=env.t('communityForum') li