aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-01-10 17:40:25 +0000
committerMohamed Bassem <me@mbassem.com>2026-01-10 17:40:25 +0000
commitfe122b50069b00d511cb2fb3512a968b15f39e20 (patch)
tree7fb6c51c25bd51cbe3e4da7970bac9876ab07ee2 /docs/versioned_docs
parent9d15eef074f9c4d351a1f074c748909e562f5f3e (diff)
downloadkarakeep-fe122b50069b00d511cb2fb3512a968b15f39e20.tar.zst
fix(docs): fix links of openai secton and issue template
Diffstat (limited to 'docs/versioned_docs')
-rw-r--r--docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md2
-rw-r--r--docs/versioned_docs/version-v0.30.0/02-installation/04-kubernetes.md2
-rw-r--r--docs/versioned_docs/version-v0.30.0/03-configuration/01-environment-variables.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md b/docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md
index 916a0134..02dceac3 100644
--- a/docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md
+++ b/docs/versioned_docs/version-v0.30.0/02-installation/01-docker.md
@@ -57,7 +57,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](../integrations/openai).
+Learn more about the costs of using openai [here](../administration/openai).
<details>
<summary>If you want to use Ollama (https://ollama.com/) instead for local inference.</summary>
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 b3a42d84..8cdc96b6 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
@@ -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](../integrations/openai).
+Learn more about the costs of using openai [here](../administration/openai).
<details>
<summary>[EXPERIMENTAL] If you want to use Ollama (https://ollama.com/) instead for local inference.</summary>
diff --git a/docs/versioned_docs/version-v0.30.0/03-configuration/01-environment-variables.md b/docs/versioned_docs/version-v0.30.0/03-configuration/01-environment-variables.md
index 5584e620..a8bf8ba6 100644
--- a/docs/versioned_docs/version-v0.30.0/03-configuration/01-environment-variables.md
+++ b/docs/versioned_docs/version-v0.30.0/03-configuration/01-environment-variables.md
@@ -92,7 +92,7 @@ Either `OPENAI_API_KEY` or `OLLAMA_BASE_URL` need to be set for automatic taggin
| Name | Required | Default | Description |
| ------------------------------------ | -------- | ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| OPENAI_API_KEY | No | Not set | The OpenAI key used for automatic tagging. More on that in [here](../integrations/openai). |
+| OPENAI_API_KEY | No | Not set | The OpenAI key used for automatic tagging. More on that in [here](../administration/openai). |
| OPENAI_BASE_URL | No | Not set | If you just want to use OpenAI you don't need to pass this variable. If, however, you want to use some other openai compatible API (e.g. azure openai service), set this to the url of the API. |
| OPENAI_PROXY_URL | No | Not set | HTTP proxy server URL for OpenAI API requests (e.g., `http://proxy.example.com:8080`). |
| OLLAMA_BASE_URL | No | Not set | If you want to use ollama for local inference, set the address of ollama API here. |