Skip to content

Commit e8b3e0e

Browse files
committed
Fix bookmarks
1 parent c165281 commit e8b3e0e

File tree

13 files changed

+18
-16
lines changed

13 files changed

+18
-16
lines changed

reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,8 @@ PowerShell class constructors have the following limitations:
548548
[04]: about_Hidden.md
549549
[05]: #example-4---chaining-constructors-with-a-shared-method
550550
[06]: #example-5---derived-class-constructors
551-
[07]: about_Classes_Methods.md#defining-instance-methods-with-update-typedata
552-
[08]: about_Classes_Properties.md#defining-instance-properties-with-update-typedata
551+
[07]: about_Classes_Methods.md#define-instance-methods-with-update-typedata
552+
[08]: about_Classes_Properties.md#define-instance-properties-with-update-typedata
553553
[09]: about_Classes_Properties.md
554554
[10]: about_Classes.md
555555
[11]: about_Classes_Inheritance.md

reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ derived from them can be used for.
16061606
[01]: /dotnet/api/system.iformattable#methods
16071607
[02]: /dotnet/api/system.iequatable-1#methods
16081608
[03]: /dotnet/api/system.icomparable#methods
1609-
[04]: about_Classes.md#exporting-classes-with-type-accelerators
1609+
[04]: about_Classes.md#export-classes-with-type-accelerators
16101610
[05]: #example-1---inheriting-and-overriding-from-a-base-class
16111611
[06]: #example-3---inheriting-from-a-generic-base-class
16121612
[07]: #example-2---implementing-interfaces

reference/5.1/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ PowerShell class methods have the following limitations:
802802
[03]: #static-methods
803803
[04]: about_Functions_Advanced_Parameters.md#parameter-and-variable-validation-attributes
804804
[05]: #example-4---static-method-with-overloads
805-
[06]: #defining-instance-methods-with-update-typedata
805+
[06]: #define-instance-methods-with-update-typedata
806806
[07]: about_Automatic_Variables.md
807807
[08]: about_Hidden.md
808808
[09]: about_Classes.md

reference/5.1/Microsoft.PowerShell.Core/About/about_Preference_Variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,8 @@ different application name for a particular session, use the **ConnectionURI**
11411141
or **ApplicationName** parameters of the [New-PSSession][46],
11421142
[Enter-PSSession][43], or [Invoke-Command][45] cmdlets.
11431143

1144+
## `$PSSessionApplicationName`
1145+
11441146
The `$PSSessionApplicationName` preference variable is set on the local
11451147
computer, but it specifies a listener on the remote computer. If the
11461148
application name that you specify doesn't exist on the remote computer, the

reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ PowerShell class constructors have the following limitations:
547547
[04]: about_Hidden.md
548548
[05]: #example-4---chaining-constructors-with-a-shared-method
549549
[06]: #example-5---derived-class-constructors
550-
[07]: about_Classes_Methods.md#defining-instance-methods-with-update-typedata
551-
[08]: about_Classes_Properties.md#defining-instance-properties-with-update-typedata
550+
[07]: about_Classes_Methods.md#define-instance-methods-with-update-typedata
551+
[08]: about_Classes_Properties.md#define-instance-properties-with-update-typedata
552552
[09]: about_Classes_Properties.md
553553
[10]: about_Classes.md
554554
[11]: about_Classes_Inheritance.md

reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ derived from them can be used for.
16021602
[01]: /dotnet/api/system.iformattable#methods
16031603
[02]: /dotnet/api/system.iequatable-1#methods
16041604
[03]: /dotnet/api/system.icomparable#methods
1605-
[04]: about_Classes.md#exporting-classes-with-type-accelerators
1605+
[04]: about_Classes.md#export-classes-with-type-accelerators
16061606
[05]: #example-1---inheriting-and-overriding-from-a-base-class
16071607
[06]: #example-3---inheriting-from-a-generic-base-class
16081608
[07]: #example-2---implementing-interfaces

reference/7.4/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ PowerShell class methods have the following limitations:
802802
[03]: #static-methods
803803
[04]: about_Functions_Advanced_Parameters.md#parameter-and-variable-validation-attributes
804804
[05]: #example-4---static-method-with-overloads
805-
[06]: #defining-instance-methods-with-update-typedata
805+
[06]: #define-instance-methods-with-update-typedata
806806
[07]: about_Automatic_Variables.md
807807
[08]: about_Hidden.md
808808
[09]: about_Classes.md

reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Constructors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ PowerShell class constructors have the following limitations:
547547
[04]: about_Hidden.md
548548
[05]: #example-4---chaining-constructors-with-a-shared-method
549549
[06]: #example-5---derived-class-constructors
550-
[07]: about_Classes_Methods.md#defining-instance-methods-with-update-typedata
551-
[08]: about_Classes_Properties.md#defining-instance-properties-with-update-typedata
550+
[07]: about_Classes_Methods.md#define-instance-methods-with-update-typedata
551+
[08]: about_Classes_Properties.md#define-instance-properties-with-update-typedata
552552
[09]: about_Classes_Properties.md
553553
[10]: about_Classes.md
554554
[11]: about_Classes_Inheritance.md

reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ derived from them can be used for.
16021602
[01]: /dotnet/api/system.iformattable#methods
16031603
[02]: /dotnet/api/system.iequatable-1#methods
16041604
[03]: /dotnet/api/system.icomparable#methods
1605-
[04]: about_Classes.md#exporting-classes-with-type-accelerators
1605+
[04]: about_Classes.md#export-classes-with-type-accelerators
16061606
[05]: #example-1---inheriting-and-overriding-from-a-base-class
16071607
[06]: #example-3---inheriting-from-a-generic-base-class
16081608
[07]: #example-2---implementing-interfaces

reference/7.5/Microsoft.PowerShell.Core/About/about_Classes_Methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ PowerShell class methods have the following limitations:
802802
[03]: #static-methods
803803
[04]: about_Functions_Advanced_Parameters.md#parameter-and-variable-validation-attributes
804804
[05]: #example-4---static-method-with-overloads
805-
[06]: #defining-instance-methods-with-update-typedata
805+
[06]: #define-instance-methods-with-update-typedata
806806
[07]: about_Automatic_Variables.md
807807
[08]: about_Hidden.md
808808
[09]: about_Classes.md

0 commit comments

Comments
 (0)