Skip to content

Commit

Permalink
Remove the hyphen from the default value of the github url string (no…
Browse files Browse the repository at this point in the history
… longer -tg-station) (#55136)
  • Loading branch information
bobbah authored Nov 26, 2020
1 parent 7a6874e commit 9f0640c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion code/controllers/configuration/entries/general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f0640c

Please sign in to comment.