From 3106e3fcfd630bcdb224bd1f5fe377068559eb5e Mon Sep 17 00:00:00 2001
From: aimee <aimeeu.opensource@gmail.com>
Date: Mon, 11 Dec 2023 12:38:21 -0600
Subject: [PATCH] docs(chore): remove release notes redirect from netlify.toml

---
 netlify.toml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/netlify.toml b/netlify.toml
index 3070891e..ef59e7fd 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -12,12 +12,6 @@
   HUGO_ENV = "production"
   GO_VERSION = "1.18"
 
-# section redirects
-[[redirects]]
-  from = "/cd-as-a-service/release-notes/"
-  to = "https://armory.releases.live/?filter=eyJ0aXRsZU9yRGVzY3JpcHRpb24iOiIiLCJzY29wZSI6WyJDRC1hcy1hLVNlcnZpY2UiXSwidHlwZSI6W10sImZpZWxkcyI6W119/"
-  force = true # ensure this always redirects because the  manualLink does not work for users typing in the URL
-
 [[redirects]]
   from = "/deployment/preview-deployed-service/" # this page contains manualLinkRelRef in frontmatter
   to = "/reference/deployment/config-preview-link/"