From 3a71ddd73e081f6691c95a810fd8a4ebddf2ff7b Mon Sep 17 00:00:00 2001 From: zkldi Date: Sat, 4 Sep 2021 14:27:19 +0100 Subject: [PATCH] Change all references of zkldi/tachi- to TeamNewGuys/tachi- --- docs/docs/codebase/contributing.md | 6 +++--- .../codebase/implementation-details/game-configuration.md | 2 +- docs/docs/codebase/setup/setup.md | 2 +- docs/docs/index.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/docs/codebase/contributing.md b/docs/docs/codebase/contributing.md index 78a9a1510..f90d19f0a 100644 --- a/docs/docs/codebase/contributing.md +++ b/docs/docs/codebase/contributing.md @@ -31,7 +31,7 @@ logic in the codebase) may be subject to some more scrutiny to make sure that they are correct, but are also significantly appreciated. To contribute to the documentation, you should go to -the [GitHub](https://github.com/zkldi/tachi-docs), and +the [GitHub](https://github.com/TeamNewGuys/tachi-docs), and fork the repository. ## Non-Code Contributions @@ -70,7 +70,7 @@ I am trying to keep the codebase well organised and tidy. ### Pull Requests You can contribute to `tachi-server` by going to the -[GitHub](https://github.com/zkldi/tachi-server), forking, +[GitHub](https://github.com/TeamNewGuys/tachi-server), forking, and then making your changes. There are a couple of strict guidelines to follow when @@ -128,4 +128,4 @@ Non-Specific bug reports will be closed immediately and marked as invalid. - Documentation issues go in the other repo. -Documentation issues should go [here](https://github.com/zkldi/tachi-docs) instead. +Documentation issues should go [here](https://github.com/TeamNewGuys/tachi-docs) instead. diff --git a/docs/docs/codebase/implementation-details/game-configuration.md b/docs/docs/codebase/implementation-details/game-configuration.md index ea42de69f..24d816d73 100644 --- a/docs/docs/codebase/implementation-details/game-configuration.md +++ b/docs/docs/codebase/implementation-details/game-configuration.md @@ -19,4 +19,4 @@ lamps for the game. ***** -This documentation is unfinished. It is probably easier for you to [just read the config.ts file](https://github.com/zkldi/tachi-common/tree/master/src/config/config.ts) \ No newline at end of file +This documentation is unfinished. It is probably easier for you to [just read the config.ts file](https://github.com/TeamNewGuys/tachi-common/tree/master/src/config/config.ts) \ No newline at end of file diff --git a/docs/docs/codebase/setup/setup.md b/docs/docs/codebase/setup/setup.md index 8f5e2cc92..defff66c6 100644 --- a/docs/docs/codebase/setup/setup.md +++ b/docs/docs/codebase/setup/setup.md @@ -38,7 +38,7 @@ sudo apt-get install nodejs ### 4. Pull the code. ``` -git clone https://github.com/zkldi/tachi-server +git clone https://github.com/TeamNewGuys/tachi-server cd tachi-server ``` diff --git a/docs/docs/index.md b/docs/docs/index.md index b5fc71ae4..73eb56a56 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -38,9 +38,9 @@ View it [here](./user/overview.md). ## Contributing -If you want to contribute to this documentation, you can find the repository [here!](https://github.com/zkldi/tachi-docs) +If you want to contribute to this documentation, you can find the repository [here!](https://github.com/TeamNewGuys/tachi-docs) -If you want to contribute to the Tachi backend code, you can find the repository [here!](https://github.com/zkldi/tachi-server) +If you want to contribute to the Tachi backend code, you can find the repository [here!](https://github.com/TeamNewGuys/tachi-server) !!! note You should really read the [Contributing To Tachi](./codebase/contributing.md) page beforehand!