From 456a3dd7b39b7cc27f5e6e2770b9e662bddca5f8 Mon Sep 17 00:00:00 2001 From: Simon Castagna Date: Mon, 23 Feb 2026 14:22:10 +0100 Subject: [PATCH] Fix some links in docs --- docs.kosli.com/content/getting_started/flows.md | 2 +- docs.kosli.com/content/getting_started/service-accounts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.kosli.com/content/getting_started/flows.md b/docs.kosli.com/content/getting_started/flows.md index e87bed654..6b0c0502e 100644 --- a/docs.kosli.com/content/getting_started/flows.md +++ b/docs.kosli.com/content/getting_started/flows.md @@ -9,7 +9,7 @@ summary: "A Kosli Flow represents a business or software process that requires c A Kosli Flow represents a business or software process that requires change tracking. It allows you to monitor changes across all steps within a process or focus specifically on a subset of critical steps. {{% hint info %}} -In all the commands below we skip the required `--api-token` and `--org` flags for brevity. These can be set as described [here](/getting_started/install#assigning-flags-via-config-files). +In all the commands below we skip the required `--api-token` and `--org` flags for brevity. These can be set as described [here](/getting_started/install/#assigning-flags-via-config-files). {{% /hint %}} ## Create a flow diff --git a/docs.kosli.com/content/getting_started/service-accounts.md b/docs.kosli.com/content/getting_started/service-accounts.md index a3d7e5ce1..3d2ca85c9 100644 --- a/docs.kosli.com/content/getting_started/service-accounts.md +++ b/docs.kosli.com/content/getting_started/service-accounts.md @@ -70,7 +70,7 @@ By systematically following these steps, you can ensure a seamless API key rotat you can assign an API key to any CLI command by one of the following options: - using the `--api-token` flag - exporting an environment variable called `KOSLI_API_TOKEN` -- setting it in a config file and passing the config file using `--config-file` (see [here](/getting_started/install#assigning-flags-via-config-files)) +- setting it in a config file and passing the config file using `--config-file` (see [here](/getting_started/install/#assigning-flags-via-config-files)) ### In API