Skip to content

Commit 4ec3c46

Browse files
jmlaneSean Wheeler
authored andcommitted
Fixed bad link in about_Hash_Tables.md docs (#2090)
Links to about_Object_Creation.md were malformed in all references versions.
1 parent 942a355 commit 4ec3c46

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

reference/3.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ This method works only for classes that have a null constructor, that is, a
441441
constructor that has no parameters. The object properties must be public and
442442
settable.
443443

444-
For more information, see [about_Object_Creation(about_Object_Creation.md)].
444+
For more information, see [about_Object_Creation](about_Object_Creation.md).
445445

446446
### ConvertFrom-StringData
447447

reference/4.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ This method works only for classes that have a null constructor, that is, a
441441
constructor that has no parameters. The object properties must be public and
442442
settable.
443443

444-
For more information, see [about_Object_Creation(about_Object_Creation.md)].
444+
For more information, see [about_Object_Creation](about_Object_Creation.md).
445445

446446
### ConvertFrom-StringData
447447

reference/5.0/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ This method works only for classes that have a null constructor, that is, a
441441
constructor that has no parameters. The object properties must be public and
442442
settable.
443443

444-
For more information, see [about_Object_Creation(about_Object_Creation.md)].
444+
For more information, see [about_Object_Creation](about_Object_Creation.md).
445445

446446
### ConvertFrom-StringData
447447

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ This method works only for classes that have a null constructor, that is, a
441441
constructor that has no parameters. The object properties must be public and
442442
settable.
443443

444-
For more information, see [about_Object_Creation(about_Object_Creation.md)].
444+
For more information, see [about_Object_Creation](about_Object_Creation.md).
445445

446446
### ConvertFrom-StringData
447447

reference/6/Microsoft.PowerShell.Core/About/about_Hash_Tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ This method works only for classes that have a null constructor, that is, a
441441
constructor that has no parameters. The object properties must be public and
442442
settable.
443443

444-
For more information, see [about_Object_Creation(about_Object_Creation.md)].
444+
For more information, see [about_Object_Creation](about_Object_Creation.md).
445445

446446
### ConvertFrom-StringData
447447

0 commit comments

Comments
 (0)