diff --git a/README.md b/README.md index 9633020a0..c689e0728 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ There are 2 types of documentation: Anyone is welcome to contribute to the documentation by editing the [source files](/src/Documentation/doc) and then making a pull request with your contributions. For further guidance, please refer to the "As A Documenter" section of -[CONTRIBUTING](./doc/CONTRIBUTING.md#as-a-documenter). +[CONTRIBUTING](./CONTRIBUTING.md#as-a-documenter). # Contribution There are many ways to contribute to the game. It can be as simple as fixing a typo, correcting a bug, or improving the UI. For guidance on doing so, -please refer to the [CONTRIBUTING](./doc/CONTRIBUTING.md) document. +please refer to the [CONTRIBUTING](./CONTRIBUTING.md) document. You will retain all ownership of the Copyright of any contributions you make, and will have the same rights to use or license your contributions. By diff --git a/src/Documentation/doc/programming/game_frozen.md b/src/Documentation/doc/programming/game_frozen.md index 0992c0a49..d399938cd 100644 --- a/src/Documentation/doc/programming/game_frozen.md +++ b/src/Documentation/doc/programming/game_frozen.md @@ -58,4 +58,4 @@ To prevent this from happening make sure to multithread the scripts as much as p ## Bug Otherwise, the game is probably frozen/stuck due to a bug. -To report a bug, follow the guidelines [here](https://github.com/bitburner-official/bitburner-src/blob/stable/doc/CONTRIBUTING.md#reporting-bugs). +To report a bug, follow the guidelines [here](https://github.com/bitburner-official/bitburner-src/blob/stable/CONTRIBUTING.md#reporting-bugs). diff --git a/src/Themes/README.md b/src/Themes/README.md index 160d75e05..368a6eb63 100644 --- a/src/Themes/README.md +++ b/src/Themes/README.md @@ -2,7 +2,7 @@ Feel free to contribute a new theme by submitting a pull request to the game! -See [CONTRIBUTING.md](/doc/CONTRIBUTING.md) for details. +See [CONTRIBUTING.md](../../CONTRIBUTING.md) for details. ## How create a new theme