Change all references of zkldi/tachi- to TeamNewGuys/tachi-

This commit is contained in:
zkldi
2021-09-04 14:27:19 +01:00
parent c690e2d908
commit 3a71ddd73e
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -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.
@@ -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)
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)
+1 -1
View File
@@ -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
```
+2 -2
View File
@@ -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!