aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md')
-rw-r--r--docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md b/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md
index 8cdc96b6..dbd1dc9a 100644
--- a/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md
+++ b/docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md
@@ -18,7 +18,7 @@ You should also change the `NEXTAUTH_URL` variable to point to your server addre
Using `KARAKEEP_VERSION=release` will pull the latest stable version. You might want to pin the version instead to control the upgrades (e.g. `KARAKEEP_VERSION=0.10.0`). Check the latest versions [here](https://github.com/karakeep-app/karakeep/pkgs/container/karakeep).
-To see all available configuration options check the [documentation](../configuration/environment-variables).
+To see all available configuration options check the [documentation](../03-configuration/01-environment-variables.md).
To configure the neccessary secrets for the application copy the `.secrets_sample` file to `.secrets` and change the sample secrets to your generated secrets.
@@ -35,7 +35,7 @@ To enable automatic tagging, you'll need to configure OpenAI. This is optional t
OPENAI_API_KEY=<key>
```
-Learn more about the costs of using openai [here](../administration/openai).
+Learn more about the costs of using openai [here](../06-administration/03-openai.md).
<details>
<summary>[EXPERIMENTAL] If you want to use Ollama (https://ollama.com/) instead for local inference.</summary>
@@ -103,7 +103,7 @@ If the secret is successfully created you can now configure the Ingress to use T
### [Optional] 6. Setup quick sharing extensions
-Go to the [quick sharing page](../using-karakeep/quick-sharing) to install the mobile apps and the browser extensions. Those will help you hoard things faster!
+Go to the [quick sharing page](../04-using-karakeep/quick-sharing.md) to install the mobile apps and the browser extensions. Those will help you hoard things faster!
## Updating