From 1a1929e03e011d49eed260292d96edcd8cb32e51 Mon Sep 17 00:00:00 2001
From: Nathan Brake <33383515+njbrake@users.noreply.github.com>
Date: Fri, 17 Jan 2025 16:52:36 -0500
Subject: [PATCH] Links in readme (#679)

---
 README.md                               | 2 +-
 docs/source/get-started/installation.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2b8d197ec..0179288ee 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ services networked together to make up all the components of the Lumigator appli
 
 > [!NOTE]
 > If you'd like to evaluate against LLM APIs like OpenAI and Mistral, you'll need to have your
-> environment variable [set locally](https://github.com/mozilla-ai/lumigator/blob/main/.env.example) for Lumigator pick it up at runtime, or, alternately, inject
+> environment variable [set locally](https://github.com/mozilla-ai/lumigator/blob/main/.env.template) for Lumigator pick it up at runtime, or, alternately, inject
 > into the running `backend` docker container.
 
 To start Lumigator locally, follow these steps:
diff --git a/docs/source/get-started/installation.md b/docs/source/get-started/installation.md
index 726e3915e..02cb1d180 100644
--- a/docs/source/get-started/installation.md
+++ b/docs/source/get-started/installation.md
@@ -30,7 +30,7 @@ uses SQLite for this purpose.
 
 ```{note}
 If you want to evaluate against LLM APIs like OpenAI and Mistral, you need to set the appropriate
-environment variables: `OPENAI_API_KEY` or `MISTRAL_API_KEY`. Refer to the `.env.example` file in
+environment variables: `OPENAI_API_KEY` or `MISTRAL_API_KEY`. Refer to the `.env.template` file in
 the repository for more details.
 ```