diff --git a/README.md b/README.md index 9a657d9..b6c8a5a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,11 @@ The type definitions for Screeps come from [typed-screeps](https://github.com/sc ## Documentation -We also have a community-maintained [documentation page](https://screepers.gitbooks.io/screeps-typescript-starter/), which includes all the essentials to get you up and running with Screeps AI development in TypeScript, as well as various other tips and tricks to further improve your development workflow. +We've also spent some time reworking the documentation from the ground-up, which is now generated through [Gitbooks](https://www.gitbook.com/). Includes all the essentials to get you up and running with Screeps AI development in TypeScript, as well as various other tips and tricks to further improve your development workflow. + +Maintaining the docs will also become a more community-focused effort, which means you too, can take part in improving the docs for this starter kit. + +To visit the docs, [click here](https://screepers.gitbooks.io/screeps-typescript-starter/). ## Contributing diff --git a/docs/README.md b/docs/README.md index 22b34cc..bc37a22 100644 --- a/docs/README.md +++ b/docs/README.md @@ -16,12 +16,10 @@ We have swapped the bundler from Webpack to Rollup. Rollup is easier to configur ### Better docs! -We've also spent quite some time reworking the documentation from the ground-up, which is now generated through Gitbooks. Includes all the essentials to get you up and running with Screeps AI development in TypeScript, as well as various other tips and tricks to further improve your development workflow. +We've also spent some time reworking the documentation from the ground-up, which is now generated through [Gitbooks](https://www.gitbook.com/). Includes all the essentials to get you up and running with Screeps AI development in TypeScript, as well as various other tips and tricks to further improve your development workflow. Maintaining the docs will also become a more community-focused effort, which means you too, can take part in improving the docs for this starter kit. -To visit the docs, [click here](https://screepers.gitbooks.io/screeps-typescript-starter/). - ## Download Download the latest source [here](https://github.com/screepers/screeps-typescript-starter/archive/v3.0.zip), or clone this repo.