From d66d0a276b3c64af02ffdd5b7a228be479ace094 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:57:12 -0800 Subject: [PATCH 1/2] Add new redirect for January cumulative update preview --- .openpublishing.redirection.framework.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.openpublishing.redirection.framework.json b/.openpublishing.redirection.framework.json index 0325364c7de54..72b144b0ec64c 100644 --- a/.openpublishing.redirection.framework.json +++ b/.openpublishing.redirection.framework.json @@ -2023,6 +2023,11 @@ "redirect_url": "/dotnet/framework/release-notes/2024/04-09-april-security-and-quality-rollup", "redirect_document_id": true }, + { + "source_path_from_root": "docs/framework/release-notes/2026/01-29-october-cumulative-update-preview.md", + "redirect_url": "/dotnet/framework/release-notes/2026/01-29-january-cumulative-update-preview.md", + "redirect_document_id": true + }, { "source_path_from_root": "/docs/framework/resources/creating-resource-files-for-desktop-apps.md", "redirect_url": "/dotnet/core/extensions/create-resource-files", From 83bc33ca937af258465c0e4420927b4cbfb089e8 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 11 Feb 2026 11:01:41 -0800 Subject: [PATCH 2/2] Update redirect paths in redirection framework --- .openpublishing.redirection.framework.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.openpublishing.redirection.framework.json b/.openpublishing.redirection.framework.json index 72b144b0ec64c..355f0803a6195 100644 --- a/.openpublishing.redirection.framework.json +++ b/.openpublishing.redirection.framework.json @@ -2024,8 +2024,8 @@ "redirect_document_id": true }, { - "source_path_from_root": "docs/framework/release-notes/2026/01-29-october-cumulative-update-preview.md", - "redirect_url": "/dotnet/framework/release-notes/2026/01-29-january-cumulative-update-preview.md", + "source_path_from_root": "/docs/framework/release-notes/2026/01-29-october-cumulative-update-preview.md", + "redirect_url": "/dotnet/framework/release-notes/2026/01-29-january-cumulative-update-preview", "redirect_document_id": true }, {