Skip to content

Commit

Permalink
whoops remove the slash
Browse files Browse the repository at this point in the history
  • Loading branch information
epicgamer545 committed Dec 11, 2024
1 parent 102e7a8 commit 8b4165f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/configuration/entries/general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,10 @@
/datum/config_entry/string/banappeals

/datum/config_entry/string/wikiurl
default = "https://wiki.irisstation.lol/wiki/" //IRIS EDIT: - Original: default = "https://wiki.novasector13.com/index.php"
default = "https://wiki.irisstation.lol/wiki" //IRIS EDIT: - Original: default = "https://wiki.novasector13.com/index.php"

/datum/config_entry/string/forumurl
default = "https://forum.irisstation.lol/" //IRIS EDIT
default = "https://forum.irisstation.lol" //IRIS EDIT

/datum/config_entry/string/rulesurl
default = "https://wiki.irisstation.lol/wiki/Rules" //IRIS EDIT
Expand Down

0 comments on commit 8b4165f

Please sign in to comment.