diff --git a/README.md b/README.md index 5f624b0..8eb875c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ * [problem/solution](docs/idea.md) -* [contributors](docs/contributors.md) * connected services * how to contribute * [explanation](docs/connected_services/how_to/explanation.md) @@ -11,4 +10,5 @@ * [implementation](docs/features/implementation.md) * [building](docs/building.md) * [FAQ](docs/FAQ.md) +* [contributors](docs/contributors.md) * [Patreon](https://www.patreon.com/twoxx) if you wanna support this and/or future projects. \ No newline at end of file diff --git a/docs/connected_services/how_to/explanation.md b/docs/connected_services/how_to/explanation.md index 1c198a2..a72ab6b 100644 --- a/docs/connected_services/how_to/explanation.md +++ b/docs/connected_services/how_to/explanation.md @@ -18,4 +18,4 @@ if an API does not exist for your language it is simple to make one, and I encou while developing make sure to reference the list of [endpoints](endpoints.md) -[PREVIOUS PAGE](../../contributors.md) | [NEXT PAGE](APIs.md) \ No newline at end of file +[PREVIOUS PAGE](../../idea.md) | [NEXT PAGE](APIs.md) \ No newline at end of file diff --git a/docs/idea.md b/docs/idea.md index 851a896..a8f0497 100644 --- a/docs/idea.md +++ b/docs/idea.md @@ -22,4 +22,4 @@ running it local to the minecraft server reduces latency for ComputerCraft conne **DISCLAIMER: if you are to run it locally and want to use ComputerCraft with it, make sure to add `127.0.0.1` to ComputerCraft's config section `allowed_domains`** -[PREVIOUS PAGE](../README.md) | [NEXT PAGE](contributors.md) \ No newline at end of file +[PREVIOUS PAGE](../README.md) | [NEXT PAGE](connected_services/how_to/explanation.md) \ No newline at end of file