fix broken doc links

This commit is contained in:
mbecker20
2024-09-11 21:01:46 +03:00
parent 12abd5a5bd
commit e2f73d8474
2 changed files with 4 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ Komodo just needs a bit of information in order to build your image.
### Provider configuration
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](../core-setup.mdx#configuration)
or in the [periphery config](../connecting-servers.md#manual-install-steps---binaries).
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).
### 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.

View File

@@ -11,9 +11,9 @@ or [Google](https://developers.google.com/identity/protocols/oauth2).
- `<KOMODO_HOST>/auth/github/callback` for Github.
- `<KOMODO_HOST>/auth/google/callback` for Google.
### Optional. Mount a config file.
### Mount a config file
If you prefer to keep sensitive information out of environment variables, you can
If you prefer to keep sensitive information out of environment variables, you can optionally
write a config file on your host, and mount it to `/config/config.toml` in the Komodo core container.
:::info