diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8538befabf..d54f44f358 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,11 +3,11 @@
[Please see these instructions for reporting bugs](https://github.com/HabitRPG/habitrpg/issues/2760)
## Frequently Asked Questions
-You might find help with your issue on the [Frequently Asked Questions](http://habitrpg.wikia.com/wiki/FAQ) page.
+You might find help with your issue on the [Frequently Asked Questions](http://habitica.wikia.com/wiki/FAQ) page.
# Requesting a feature
-Habitica uses [Trello](https://trello.com/b/EpoYEYod/habitrpg) to track feature requests. [Read more](https://trello.com/c/odmhIqyW/440-read-first-table-of-contents).
+Habitica uses [Trello](https://trello.com/b/EpoYEYod/habitica) to track feature requests. [Read more](https://trello.com/c/odmhIqyW/440-read-first-table-of-contents).
# Contributing Code
diff --git a/website/public/js/services/guideServices.js b/website/public/js/services/guideServices.js
index cb82a9ef0c..300e58ffa2 100644
--- a/website/public/js/services/guideServices.js
+++ b/website/public/js/services/guideServices.js
@@ -72,11 +72,11 @@ function($rootScope, User, $timeout, $state, Analytics) {
}, {
element: ".meter.mana",
title: window.env.t('spells'),
- content: window.env.t('spellsText') + " " + window.env.t('toDo') + "."
+ content: window.env.t('spellsText') + " " + window.env.t('toDo') + "."
}, {
orphan: true,
title: window.env.t('readMore'),
- content: window.env.t('moreClass') + " Wikia.",
+ content: window.env.t('moreClass') + " Wikia.",
final: true
}
]
diff --git a/website/src/routes/pages.js b/website/src/routes/pages.js
index 56045db4a3..4d72ad52ee 100644
--- a/website/src/routes/pages.js
+++ b/website/src/routes/pages.js
@@ -31,7 +31,7 @@ _.each(pages, function(name){
// --------- Redirects --------
router.get('/static/extensions', function(req, res) {
- res.redirect('http://habitrpg.wikia.com/wiki/App_and_Extension_Integrations');
+ res.redirect('http://habitica.wikia.com/wiki/App_and_Extension_Integrations');
});
module.exports = router;