From cd911980cb4950f7cfab6d06340f241fe6e6ff1b Mon Sep 17 00:00:00 2001 From: MeowyCat1 Date: Sun, 19 Oct 2025 13:35:51 +0100 Subject: [PATCH] Fix link formatting for PowerShell script instructions --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index f4d14e8a..dd18c123 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -131,7 +131,7 @@ 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 `this Microsoft Learn page `_. +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