Skip to content

Commit

Permalink
Fixed broken references after moving around
Browse files Browse the repository at this point in the history
  • Loading branch information
Byte-Nova committed Sep 4, 2024
1 parent 60734e1 commit da0a4ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We need to make sure everyone follows a certain set of contribution steps, so ev
### Make use of comments whenever you see minimally fit.
- If you find yourself not completely understanding what your code does, the rest of the coders will have a hard time understanding it. A comment or two can go a long way into making everything more accessible.
### Use coding / typing techniques that match our project's current structure.
- More information can be found at our [Syntax Ruleset](https://github.com/RimworldTogether/Rimworld-Together/blob/development/SYNTAX.md).
- More information can be found at our [Syntax Ruleset](https://github.com/RimworldTogether/Rimworld-Together/blob/development/.github/SYNTAX.md).

> [!NOTE]
> TLDR: Keep your code simple, easy to read, and consistent with the current one!
Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
### TODOs:

- [ ] - I confirm this PR has been previously tested by me and has no apparent issues.
- [ ] - I confirm this PR is complying with this project's [Contribution Guidelines](https://github.com/RimworldTogether/Rimworld-Together/blob/development/CONTRIBUTING.md).
- [ ] - I confirm this PR is complying with this project's [Syntax Ruleset](https://github.com/RimworldTogether/Rimworld-Together/blob/development/SYNTAX.md).
- [ ] - I confirm this PR is complying with this project's [Contribution Guidelines](https://github.com/RimworldTogether/Rimworld-Together/blob/development/.github/CONTRIBUTING.md).
- [ ] - I confirm this PR is complying with this project's [Syntax Ruleset](https://github.com/RimworldTogether/Rimworld-Together/blob/development/.github/SYNTAX.md).

### Contributing:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ git submodule update --init --recursive
This will clone (or update) our [Guide](https://github.com/RimworldTogether/Guide) and Deployments project. You can also use the `--recurse-submodules` flag on your initial clone to automatically pull the documentation at the same time.

## Contributing
Please read our [contribution guide](https://github.com/RimworldTogether/Rimworld-Together/blob/development/CONTRIBUTING.md) before contributing!
Please read our [contribution guide](https://github.com/RimworldTogether/Rimworld-Together/blob/development/.github/CONTRIBUTING.md) before contributing!

## Other Questions?
Please don't hesitate to create an issue on Github if you have any questions/issues with the mod. We are here for you! You can also contact us via our Discord server (see top of this page).

0 comments on commit da0a4ef

Please sign in to comment.