From 28c326a34a3bc79cfe23bb2199c33815ab60d268 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Sat, 26 Oct 2024 11:22:43 -0500 Subject: [PATCH] fix:internal links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4eeeed8..8a94d42 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Feel free to submit a PR with any custom providers you create. ## Configuration -There are several optional configurations available when installing using the recommended [Docker method](#self%20hosting). These options are configurable using an environment file. Changes can be made in your [.env](https://github.com/investbrainapp/investbrain/blob/main/.env.example) file before installation. +There are several optional configurations available when installing using the recommended [Docker method](#self-hosting). These options are configurable using an environment file. Changes can be made in your [.env](https://github.com/investbrainapp/investbrain/blob/main/.env.example) file before installation. | Option | Description | Default | | ------------- | ------------- | ------------- | @@ -106,7 +106,7 @@ There are several optional configurations available when installing using the re ## Updating -To update Investbrain using the recommended [Docker installation](#self%20hosting) method, you just need to stop the running containers: +To update Investbrain using the recommended [Docker installation](#self-hosting) method, you just need to stop the running containers: ```bash docker compose stop