Skip to content

Commit 741e1af

Browse files
author
Rob Holt
committed
Improve see also links
1 parent 2f31955 commit 741e1af

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

reference/7/Microsoft.PowerShell.Core/About/about_Operators.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,8 @@ For more information, see [about_If](about_If.md).
477477

478478
[about_Type_Operators](about_Type_Operators.md)
479479

480+
[about_Pipeline_Chain_Operators](about_Pipeline_Chain_Operators.md)
481+
480482
[about_Split](about_Split.md)
481483

482484
[about_Join](about_Join.md)

reference/7/Microsoft.PowerShell.Core/About/about_Pipeline_Chain_Operators.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,6 @@ after throwing the non-terminating error.
276276

277277
## See also
278278

279-
- [about_Operators](./about_Operators.md)
280-
- [about_Automatic_Variables](./about_Automatic_Variables.md)
281-
- [about_pipelines](./about_pipelines.md)
279+
- [about_Operators](about_Operators.md)
280+
- [about_Automatic_Variables](about_Automatic_Variables.md)
281+
- [about_pipelines](about_pipelines.md)

0 commit comments

Comments
 (0)