From 23c2b32e6c2cb4d345ec8437fc4a8f7caf91764e Mon Sep 17 00:00:00 2001 From: Aaron Collier Date: Mon, 20 Jun 2022 17:11:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20broken=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/layouts/shortcodes/integration-environment-status.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layouts/shortcodes/integration-environment-status.md b/docs/layouts/shortcodes/integration-environment-status.md index a6fedca775..d7876c275e 100644 --- a/docs/layouts/shortcodes/integration-environment-status.md +++ b/docs/layouts/shortcodes/integration-environment-status.md @@ -6,7 +6,7 @@ ## Environment parent and status Environments based on {{ $source }} **{{ $pull }} requests** have their target branch set as their parent on Platform.sh. -They're added as [active environments](/glossary.html#active-environment) with a copy of the parent's data. +They're added as [active environments](/other/glossary.html#active-environment) with a copy of the parent's data. Environments based on **branches** always have the default branch set as their parent on Platform.sh. -They're added as [inactive environments](/glossary.html#inactive-environment) with no data or services. +They're added as [inactive environments](/other/glossary.html#inactive-environment) with no data or services.