diff --git a/code/modules/mob/living/simple_animal/revenant/revenant.dm b/code/modules/mob/living/simple_animal/revenant/revenant.dm
index 1dc15bbac83..44290d9c615 100644
--- a/code/modules/mob/living/simple_animal/revenant/revenant.dm
+++ b/code/modules/mob/living/simple_animal/revenant/revenant.dm
@@ -97,7 +97,7 @@
src << "You are invincible and invisible to everyone but other ghosts. Some abilities may change this."
src << "To function, you are to drain the life essence from humans. This essence is a resource and will power all of your abilities."
src << "You do not remember anything of your past lives, nor will you remember anything about this one after your death."
- src << "Be sure to read the wiki page at https://tgstation13.org/wiki/Revenant to learn more."
+ src << "Be sure to read the wiki page at http://nanotrasen.se/wiki/index.php/Revenant to learn more."
var/datum/objective/revenant/objective = new
objective.owner = src
src.mind.objectives += objective