diff --git a/README.md b/README.md index 5245925..6164ade 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ JSON, and let a custom profile template render the squares client-side. ## Docs -- [Local setup](docs/local-setup.md) +- [Local setup](docs/local.md) - [TrueNAS SCALE setup](docs/truenas.md) ## Op type reference diff --git a/docs/local-setup.md b/docs/local.md similarity index 100% rename from docs/local-setup.md rename to docs/local.md diff --git a/docs/truenas.md b/docs/truenas.md index eac8883..ba31a93 100644 --- a/docs/truenas.md +++ b/docs/truenas.md @@ -86,5 +86,5 @@ check the `GITEA_CUSTOM` env var in the container if unsure: docker exec printenv GITEA_CUSTOM ``` -Then follow [step 4 of the local setup](local-setup.md#4-install-the-profile-template-override) +Then follow [step 4 of the local setup](local.md#4-install-the-profile-template-override) to install the template override into that directory and restart Gitea.