Skip to content

Commit

Permalink
Merge pull request #106 from Ossa88/tabverb
Browse files Browse the repository at this point in the history
Corrects Top bar Rules URL
  • Loading branch information
Constellado authored Dec 29, 2024
2 parents 9cd4c5d + c0d8a43 commit 5d3b248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/configuration/entries/general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
config_entry_value = "https://github.com/tgstation/common_core"

/datum/config_entry/string/rulesurl
config_entry_value = "https://pentest.com.co/rules.html"
config_entry_value = "https://web.pentest.com.co/rules.html"

/datum/config_entry/string/githuburl
config_entry_value = "https://github.com/PentestSS13/Pentest"
Expand Down

0 comments on commit 5d3b248

Please sign in to comment.