mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 09:28:12 +03:00
Change all references of zkldi/tachi- to TeamNewGuys/tachi-
This commit is contained in:
@@ -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)
|
||||
@@ -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
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user