From 7a7508fdd197951cb9e24a7023c74b51cb9f75d2 Mon Sep 17 00:00:00 2001 From: jvmncs Date: Wed, 3 Jul 2024 12:59:47 -0400 Subject: [PATCH] fix broken dotenv link in docs/config/aider_conf.html --- website/_includes/special-keys.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/_includes/special-keys.md b/website/_includes/special-keys.md index ec5d59f9c..0991b2bb3 100644 --- a/website/_includes/special-keys.md +++ b/website/_includes/special-keys.md @@ -6,4 +6,4 @@ have their keys and settings specified in environment variables. This can be done in your shell, or by using a -[`.env` file](/docs/dotenv.html). +[`.env` file](/docs/config/dotenv.html).