From fc08d06352d0130216735d69b0d52c0b322bfc9d Mon Sep 17 00:00:00 2001 From: Thalpy <48600475+ThalpySci@users.noreply.github.com> Date: Sun, 13 Oct 2019 16:36:38 +0100 Subject: [PATCH] Reverts 3/4 link buttons --- code/controllers/configuration/entries/general.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index 1d85581181..a1a20c2b55 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -181,10 +181,10 @@ config_entry_value = "http://www.tgstation13.org/wiki" /datum/config_entry/string/forumurl - config_entry_value = "https://citadel-station.net/forum/" + config_entry_value = "http://tgstation13.org/phpBB/index.php" /datum/config_entry/string/rulesurl - config_entry_value = "https://katlin.dog/citadel-rules/main" + config_entry_value = "http://www.tgstation13.org/wiki/Rules" /datum/config_entry/string/githuburl config_entry_value = "https://github.com/Citadel-Station-13/Citadel-Station-13"