From af43332246ac6c04f0cfafc7a392a2e8c7c94cb5 Mon Sep 17 00:00:00 2001 From: MeowyCat1 Date: Sun, 19 Oct 2025 13:29:40 +0100 Subject: [PATCH] Fix PowerShell script link in installation guide Updated the link format for PowerShell execution policy documentation. --- docs/installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 56c27207..f4d14e8a 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -131,7 +131,9 @@ environment. PowerShell scripts such as the venv activation script are blocked by default in Windows. To fix this, run the Set-ExecutionPolicy command to set the policy to AllSigned or another policy that allows scripts. -Learn more at https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5 +Learn more at `this Microsoft Learn page `_. + +.. _powershell: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5 Install Flask