From 2817fb86bd2889b0d8625a351e0f86b6eb02d62e Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Fri, 6 Sep 2024 04:40:36 +0530 Subject: [PATCH] Fix a broken link --- docs/command_line_switches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/command_line_switches.md b/docs/command_line_switches.md index 7ffe20a..c4306f5 100644 --- a/docs/command_line_switches.md +++ b/docs/command_line_switches.md @@ -39,7 +39,7 @@ - This Powershell one-liner will work on Windows 8.1 and later versions only. - Make sure to use the below command beforehand to enable TLs1.2 on older Windows versions. `[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12` -- To change the edition through the command line, check [here](change_edition.md#manual-edition-change). We didn't automate it in MAS because it requires a reboot in some cases. +- To change the edition through the command line, check [here](change_windows_edition.md#manual-edition-change). We didn't automate it in MAS because it requires a reboot in some cases. ------------------------------------------------------------------------