fix links 2

This commit is contained in:
mbecker20
2024-09-11 21:04:48 +03:00
parent e2f73d8474
commit 7cb093ade1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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://<Token>@git-provider.net/<Owner>/<Repo>`.
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.
+1 -1
View File
@@ -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).
User sign-on is possible using username / password, or with Oauth (Github and Google). See [Core Setup](./setup/index.mdx).