diff --git a/modular_citadel/code/modules/client/verbs/who.dm b/modular_citadel/code/modules/client/verbs/who.dm
index 8000e80f84..7640595e18 100644
--- a/modular_citadel/code/modules/client/verbs/who.dm
+++ b/modular_citadel/code/modules/client/verbs/who.dm
@@ -41,7 +41,7 @@
Lines += sortList(assembled)
assembled.len = 0
if(length(GLOB.mentors))
- Lines += "Mentors:"https://github.com/Citadel-Station-13/Citadel-Station-13
+ Lines += "Mentors:"
for(var/X in GLOB.mentors)
var/client/C = X
if(C && (!C.holder || (C.holder && !C.holder.fakekey))) //>using stuff this complex instead of just using if/else lmao