From 01435cf253bd7dca2ba71abdceaa91076f62729f Mon Sep 17 00:00:00 2001 From: Dallin Romney Date: Mon, 11 Nov 2024 11:37:00 -0800 Subject: [PATCH] fix broken docs links --- docs/docs/customize/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/customize/overview.md b/docs/docs/customize/overview.md index 4f231d55c8..4e3e0716a2 100644 --- a/docs/docs/customize/overview.md +++ b/docs/docs/customize/overview.md @@ -8,13 +8,13 @@ Continue can be deeply customized. This is primarily accomplished by editing a l ## Getting started -To open `config.json`, click the "gear" icon in the bottom right corner of the Continue Chat sidebar. When editing this file, you can see the available options suggested as you type, or you can check the [full reference](./deep-dives/ways-to-configure.md). +To open `config.json`, click the "gear" icon in the bottom right corner of the Continue Chat sidebar. When editing this file, you can see the available options suggested as you type, or you can check the [full reference](./deep-dives/configuration.md). When you save `config.json`, Continue will automatically refresh to take into account your changes. ## Per-workspace configuration -If you'd like to scope certain settings to a particular workspace, you can add a `.continuerc.json` to the root of your project. It has the same [definition](./deep-dives/ways-to-configure.md) as `config.json`, and will automatically be applied on top of the local config.json. +If you'd like to scope certain settings to a particular workspace, you can add a `.continuerc.json` to the root of your project. It has the same [definition](./deep-dives/configuration.md) as `config.json`, and will automatically be applied on top of the local config.json. ## Programmatic configuration