Skip to content

Commit

Permalink
fix: fix installation documentation overview links (#1209)
Browse files Browse the repository at this point in the history
Co-authored-by: Cihan Cinar <“[email protected]”>
Co-authored-by: Nathan Sarrazin <[email protected]>
  • Loading branch information
3 people authored May 29, 2024
1 parent 03c2803 commit 45cb9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/installation/docker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Running on Docker

Pre-built docker images are provided with and without MongoDB built in. Refer to the [configuration section](/configuration/overview) for env variables that must be provided. We recommend using the `--env-file` option to avoid leaking secrets into your shell history.
Pre-built docker images are provided with and without MongoDB built in. Refer to the [configuration section](../configuration/overview) for env variables that must be provided. We recommend using the `--env-file` option to avoid leaking secrets into your shell history.

```bash
# Without built-in DB
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You may start an instance locally for non-production use cases. For production u

## Configuration

The default config for Chat UI is stored in the `.env` file. You will need to override some values to get Chat UI to run locally. Start by creating a `.env.local` file in the root of the repository as per the [configuration section](/configuration/overview). The bare minimum config you need to get Chat UI to run locally is the following:
The default config for Chat UI is stored in the `.env` file. You will need to override some values to get Chat UI to run locally. Start by creating a `.env.local` file in the root of the repository as per the [configuration section](../configuration/overview). The bare minimum config you need to get Chat UI to run locally is the following:

```ini
MONGODB_URL=<the URL to your MongoDB instance>
Expand Down

0 comments on commit 45cb9c1

Please sign in to comment.