Skip to content

Commit 906e28f

Browse files
fix about_Split link
1 parent cc8cfa0 commit 906e28f

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

reference/5.1/Microsoft.PowerShell.Core/About/about_Case-Sensitivity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ following areas:
196196
# B${A}${A}r
197197
```
198198
199-
- [`-split` operator](about_split):
199+
- [`-split` operator][10]:
200200
- `-split` and `-isplit` are case-insensitive.
201201
- `-csplit` is case-sensitive, _unless_ the `IgnoreCase` option is specified.
202202
@@ -238,6 +238,7 @@ following areas:
238238
[07]: about_tab_expansion.md
239239
[08]: about_using.md
240240
[09]: about_wildcards.md
241+
[10]: about_split.md
241242
[11]: xref:Microsoft.PowerShell.Core.Compare-Object
242243
[12]: xref:Microsoft.PowerShell.Core.Compare-Object#-casesensitive
243244
[13]: xref:Microsoft.PowerShell.Core.ConvertFrom-Json#-ashashtable

reference/7.4/Microsoft.PowerShell.Core/About/about_Case-Sensitivity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ following areas:
196196
# B${A}${A}r
197197
```
198198
199-
- [`-split` operator](about_split):
199+
- [`-split` operator][10]:
200200
- `-split` and `-isplit` are case-insensitive.
201201
- `-csplit` is case-sensitive, _unless_ the `IgnoreCase` option is specified.
202202
@@ -238,6 +238,7 @@ following areas:
238238
[07]: about_tab_expansion.md
239239
[08]: about_using.md
240240
[09]: about_wildcards.md
241+
[10]: about_split.md
241242
[11]: xref:Microsoft.PowerShell.Core.Compare-Object
242243
[12]: xref:Microsoft.PowerShell.Core.Compare-Object#-casesensitive
243244
[13]: xref:Microsoft.PowerShell.Core.ConvertFrom-Json#-ashashtable

reference/7.5/Microsoft.PowerShell.Core/About/about_Case-Sensitivity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ following areas:
196196
# B${A}${A}r
197197
```
198198
199-
- [`-split` operator](about_split):
199+
- [`-split` operator][10]:
200200
- `-split` and `-isplit` are case-insensitive.
201201
- `-csplit` is case-sensitive, _unless_ the `IgnoreCase` option is specified.
202202
@@ -238,6 +238,7 @@ following areas:
238238
[07]: about_tab_expansion.md
239239
[08]: about_using.md
240240
[09]: about_wildcards.md
241+
[10]: about_split.md
241242
[11]: xref:Microsoft.PowerShell.Core.Compare-Object
242243
[12]: xref:Microsoft.PowerShell.Core.Compare-Object#-casesensitive
243244
[13]: xref:Microsoft.PowerShell.Core.ConvertFrom-Json#-ashashtable

reference/7.6/Microsoft.PowerShell.Core/About/about_Case-Sensitivity.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ following areas:
196196
# B${A}${A}r
197197
```
198198
199-
- [`-split` operator](about_split):
199+
- [`-split` operator][10]:
200200
- `-split` and `-isplit` are case-insensitive.
201201
- `-csplit` is case-sensitive, _unless_ the `IgnoreCase` option is specified.
202202
@@ -238,6 +238,7 @@ following areas:
238238
[07]: about_tab_expansion.md
239239
[08]: about_using.md
240240
[09]: about_wildcards.md
241+
[10]: about_split.md
241242
[11]: xref:Microsoft.PowerShell.Core.Compare-Object
242243
[12]: xref:Microsoft.PowerShell.Core.Compare-Object#-casesensitive
243244
[13]: xref:Microsoft.PowerShell.Core.ConvertFrom-Json#-ashashtable

0 commit comments

Comments
 (0)