Skip to content

Commit

Permalink
docs: Fix script links
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Mar 18, 2023
1 parent 273866f commit 8ab1a40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/documentation/docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Whenever you want to see the result of your changes, use:
yarn kitten-scientists:build
```

This will [build a fresh version of the userscript](/reference/Repository Scripts/index.md#kitten-scientistsbuild). _If_ you are running a development container, this build output will also be used the next time you refresh the page.
This will [build a fresh version of the userscript](./reference/Repository%20Scripts/index.md#kitten-scientistsbuild). _If_ you are running a development container, this build output will also be used the next time you refresh the page.

## Development with Kittens Game Container

Expand Down Expand Up @@ -58,7 +58,7 @@ When the container is built, it downloads the latest version of the game from <h

Sadly, this behavior is known to produce broken output files. Use at your own risk and switch to manual builds as necessary.

If you ever want to [rebuild the container from scratch](/reference/Repository Scripts/index.md#devcontainerrebuild), for example, to pull in the _latest_ source code of KG again, run:
If you ever want to [rebuild the container from scratch](./reference/Repository%20Scripts/index.md#devcontainerrebuild), for example, to pull in the _latest_ source code of KG again, run:

```shell
yarn devcontainer:rebuild
Expand Down

0 comments on commit 8ab1a40

Please sign in to comment.