Fix link formatting for PowerShell script instructions

This commit is contained in:
MeowyCat1 2025-10-19 13:35:51 +01:00 committed by GitHub
parent af43332246
commit cd911980cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,7 +131,7 @@ environment.
PowerShell scripts such as the venv activation script are blocked by default in Windows. 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. 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 <powershell>`_. Learn more at `this Microsoft Learn page <powershell_>`_.
.. _powershell: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5 .. _powershell: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5