From 9f0640c41463d03abdc36bf56b4fcd5fc8e4169d Mon Sep 17 00:00:00 2001 From: Bobbahbrown Date: Thu, 26 Nov 2020 10:42:54 -0400 Subject: [PATCH] Remove the hyphen from the default value of the github url string (no longer -tg-station) (#55136) --- .github/CONTRIBUTING.md | 2 +- code/controllers/configuration/entries/general.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c16213777f8..438e18c6fc3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -22,7 +22,7 @@ After setting it up, optionally navigate your git commandline to the project fol We have a [list of guides on the wiki](http://www.tgstation13.org/wiki/index.php/Guides#Development_and_Contribution_Guides) that will help you get started contributing to /tg/station with Git and Dream Maker. For beginners, it is recommended you work on small projects like bugfixes at first. If you need help learning to program in BYOND, check out this [repository of resources](http://www.byond.com/developer/articles/resources). -There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/-tg-station/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22). +There is an open list of approachable issues for [your inspiration here](https://github.com/tgstation/tgstation/issues?q=is%3Aopen+is%3Aissue+label%3A%22Good+First+Issue%22). You can of course, as always, ask for help on the discord channels, or the forums, We're just here to have fun and help out, so please don't expect professional support. diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index 02915377581..4c439908409 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -217,7 +217,7 @@ config_entry_value = "http://www.tgstation13.org/wiki/Rules" /datum/config_entry/string/githuburl - config_entry_value = "https://www.github.com/tgstation/-tg-station" + config_entry_value = "https://www.github.com/tgstation/tgstation" /datum/config_entry/string/roundstatsurl