From f93931dacdd0310a1ffcba97a11d0d9efef8fd8a Mon Sep 17 00:00:00 2001 From: Kristen Schau <47155823+krschau@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:57:27 -0400 Subject: [PATCH] update environments --- docs/architecture.md | 2 +- .../environments/{Environments-General.md => readme.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/extensions/environments/{Environments-General.md => readme.md} (100%) diff --git a/docs/architecture.md b/docs/architecture.md index b913056885..7fb47116df 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -76,4 +76,4 @@ Extensions are separate packages living as out-of-process components that provid Extensions can be developed by third-party developers or by Dev Home's core development team. These extensions allow Dev Home to be extended without modifying its core codebase. -Learn more about [writing an extension](./extensions/extensions.md). +Learn more about [writing an extension](./extensions/readme.md). diff --git a/docs/extensions/environments/Environments-General.md b/docs/extensions/environments/readme.md similarity index 100% rename from docs/extensions/environments/Environments-General.md rename to docs/extensions/environments/readme.md