Skip to content

Commit 308f487

Browse files
committed
Fix links
1 parent 79d473a commit 308f487

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

reference/docs-conceptual/developer/cmdlet/advisory-development-guidelines.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ because it can be easily converted to a plain text string. For a full discussion
175175
[10]: xref:System.Management.Automation.Cmdlet.EndProcessing
176176
[11]: xref:System.Management.Automation.Cmdlet.ProcessRecord
177177
[12]: xref:System.Management.Automation.Cmdlet.StopProcessing
178-
[13]: xref:System.Management.Automation.Cmdlet.WriteError
179-
[14]: xref:System.Management.Automation.Cmdlet.WriteObject
178+
[13]: xref:System.Management.Automation.Cmdlet.WriteError%2A
179+
[14]: xref:System.Management.Automation.Cmdlet.WriteObject%2A
180180
[15]: xref:System.Management.Automation.PSCredential
181181
[16]: xref:System.Security.SecureString
182182
[17]: xref:Microsoft.PowerShell.Management.Get-Process
183-
[18]: xref:Microsoft.PowerShell.ManagementRemove-Item
183+
[18]: xref:Microsoft.PowerShell.Management.Remove-Item

reference/docs-conceptual/security/security-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ The Windows Antimalware Scan Interface (AMSI) is an API that allows applications
5353
an antimalware scanner, such as Windows Defender, to scan for malicious payloads. Beginning with
5454
PowerShell 5.1, PowerShell running on Windows 10 (and higher) passes all script blocks to AMSI.
5555

56-
PowerShell 7.3 extends the data it sends to AMSI for inspection. It now includes all invocations of
57-
.NET method members.
56+
PowerShell 7.3 extends the data it sends to AMSI for inspection. It now includes all .NET method
57+
invocations.
5858

5959
For more information about AMSI, see [How AMSI helps][09].
6060

0 commit comments

Comments
 (0)