Skip to content

Commit 7f0ed9c

Browse files
committed
fix broken links
1 parent 0c467cf commit 7f0ed9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/docs-conceptual/security/app-control/how-wdac-works.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PowerShell can run in both interactive and non-interactive modes.
5151

5252
PowerShell runs commands in `ConstrainedLanguage` mode. This mode prevents interactive users from
5353
running certain commands or executing arbitrary code. For more information about the restrictions in
54-
this mode, see the [PowerShell Restrictions Under Lock Down Policy][02] of this article.
54+
this mode, see the [PowerShell restrictions under lockdown policy][02] of this article.
5555

5656
### Noninteractive mode running under policy enforcement
5757

@@ -250,6 +250,6 @@ command, PowerShell either blocks the command from running (new behavior) or run
250250
- For information about how to configure and use WDAC, see [How to use WDAC for PowerShell][03].
251251

252252
<!-- link references -->
253-
[01]: /powershell/modules/microsoft.powershell.com/about/about_language_modes
254-
[02]: #powershell-behavior-under-lock-down-policy
253+
[01]: /powershell/modules/microsoft.powershell.core/about/about_language_modes
254+
[02]: #powershell-behavior-under-lockdown-policy
255255
[03]: how-to-use-wdac.md

reference/docs-conceptual/security/overview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ landingContent:
8585
- linkListType: how-to-guide
8686
links:
8787
- text: How to use WDAC to secure PowerShell
88-
url: security/app-control/how-to-use-wdac.md
88+
url: app-control/how-to-use-wdac.md
8989

9090
# Card
9191
- title: Managing secrets

0 commit comments

Comments
 (0)