From 7cb093ade1fc0247a8cfd44f4fb2d0705e0c6080 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Wed, 11 Sep 2024 21:04:48 +0300 Subject: [PATCH] fix links 2 --- docsite/docs/build-images/configuration.md | 2 +- docsite/docs/intro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/docs/build-images/configuration.md b/docsite/docs/build-images/configuration.md index 2b5f49c98..4c921912c 100644 --- a/docsite/docs/build-images/configuration.md +++ b/docsite/docs/build-images/configuration.md @@ -6,7 +6,7 @@ Komodo just needs a bit of information in order to build your image. Komodo supports cloning repos over http/s, from any provider that supports cloning private repos using `git clone https://@git-provider.net//`. Accounts / access tokens can be configured in either the [core config](../setup/advanced.mdx#mount-a-config-file) -or in the [periphery config](../setup/connect-servers.md#manual-install-steps---binaries). +or in the [periphery config](../setup/connect-servers.mdx#manual-install-steps---binaries). ### Repo configuration To specify the git repo to build, just give it the name of the repo and the branch under *repo config*. The name is given like `mbecker20/komodo`, it includes the username / organization that owns the repo. diff --git a/docsite/docs/intro.md b/docsite/docs/intro.md index 8e4dea201..ab206ef89 100644 --- a/docsite/docs/intro.md +++ b/docsite/docs/intro.md @@ -45,4 +45,4 @@ Komodo exposes powerful functionality over the Core's REST and Websocket API, en Komodo is a system designed to be used by many users, whether they are developers, operations personnel, or administrators. The ability to affect an applications state is very powerful, so Komodo has a granular permissioning system to only provide this functionality to the intended users. The permissioning system is explained in detail in the [permissioning](/docs/permissioning) section. -User sign-on is possible using username / password, or with Oauth (Github and Google). See [Core Setup](/docs/core-setup). \ No newline at end of file +User sign-on is possible using username / password, or with Oauth (Github and Google). See [Core Setup](./setup/index.mdx). \ No newline at end of file