Skip to content

Commit 9e5c5ee

Browse files
Rob HoltSean Wheeler
authored andcommitted
Improve see also links
1 parent e1e3c74 commit 9e5c5ee

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
@@ -482,6 +482,8 @@ For more information, see [about_If](about_If.md).
482482

483483
[about_Type_Operators](about_Type_Operators.md)
484484

485+
[about_Pipeline_Chain_Operators](about_Pipeline_Chain_Operators.md)
486+
485487
[about_Split](about_Split.md)
486488

487489
[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)