Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwheeler committed Sep 17, 2024
1 parent a13378a commit 3d258c1
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 51 deletions.
17 changes: 9 additions & 8 deletions reference/5.1/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,14 @@ You can see many more examples in the file `SamplePSReadLineProfile.ps1`, which
is installed in the **PSReadLine** module folder.

Most key bindings use some helper functions for editing the command line. Those
APIs are documented in [about_PSReadLine_Functions][03].
APIs are documented in [about_PSReadLine_Functions][02].

## Notes

### Command History

PSReadLine maintains a history file containing all the commands and data you've entered from the command line. The history files are a file named
PSReadLine maintains a history file containing all the commands and data you've
entered from the command line. The history files are a file named
`$($host.Name)_history.txt`. On Windows systems the history file is stored at
`$env:APPDATA\Microsoft\Windows\PowerShell\PSReadLine`.

Expand Down Expand Up @@ -216,16 +217,16 @@ $env:PGPASS = gcloud auth print-access-token

### Feedback & contributing to PSReadLine

[PSReadLine on GitHub][04]
[PSReadLine on GitHub][03]

Feel free to submit a pull request or submit feedback on the GitHub page.

## See Also

- PSReadLine is heavily influenced by the GNU [readline][06] library.
- PSReadLine is heavily influenced by the GNU [readline][04] library.

<!-- link references -->
[01]: /powershell/module/psreadline/set-psreadlineoption#example-7-use-historyhandler-to-filter-commands-added-to-history
[03]: about_PSReadLine_Functions.md
[04]: https://github.com/PowerShell/PSReadLine
[06]: https://tiswww.case.edu/php/chet/readline/rltop.html
[01]: xref:PSReadLine.Set-PSReadLineOption#example-7-use-historyhandler-to-filter-commands-added-to-history
[02]: about_PSReadLine_Functions.md
[03]: https://github.com/PowerShell/PSReadLine
[04]: https://tiswww.case.edu/php/chet/readline/rltop.html
2 changes: 1 addition & 1 deletion reference/5.1/PSReadLine/PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Windows PowerShell 5.1.
- v2.0.0 ships in Windows PowerShell 5.1

For more information about version differences, see
[about_PSReadLine_Release_Notes](about_PSReadLine_Release_Notes.md).
[about_PSReadLine_Release_Notes](about/about_PSReadLine_Release_Notes.md).

These articles document version 2.0.0 of PSReadLine.

Expand Down
21 changes: 8 additions & 13 deletions reference/7.2/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,10 @@ To disable Predictive IntelliSense, just run:
Set-PSReadLineOption -PredictionSource None
```

> [!NOTE]
> Predictive IntelliSense is enabled by default in PSReadLine 2.2.6. For more
> information see, the [PSReadLine release history][02] in the **Notes**
> section below.
## Custom Key Bindings

PSReadLine supports custom key bindings using the `Set-PSReadLineKeyHandler`
cmdlet. Most custom key bindings call one of the [bindable functions][03], for
cmdlet. Most custom key bindings call one of the [bindable functions][02], for
example

```powershell
Expand Down Expand Up @@ -156,7 +151,7 @@ You can see many more examples in the file `SamplePSReadLineProfile.ps1`, which
is installed in the **PSReadLine** module folder.

Most key bindings use some helper functions for editing the command line. Those
APIs are documented in [about_PSReadLine_Functions][03].
APIs are documented in [about_PSReadLine_Functions][02].

## Notes

Expand Down Expand Up @@ -259,16 +254,16 @@ $env:PGPASS = gcloud auth print-access-token

### Feedback & contributing to PSReadLine

[PSReadLine on GitHub][04]
[PSReadLine on GitHub][03]

Feel free to submit a pull request or submit feedback on the GitHub page.

## See Also

- PSReadLine is heavily influenced by the GNU [readline][06] library.
- PSReadLine is heavily influenced by the GNU [readline][04] library.

<!-- link references -->
[01]: /powershell/module/psreadline/set-psreadlineoption#example-7-use-historyhandler-to-filter-commands-added-to-history
[03]: about_PSReadLine_Functions.md
[04]: https://github.com/PowerShell/PSReadLine
[06]: https://tiswww.case.edu/php/chet/readline/rltop.html
[01]: xref:PSReadLine.Set-PSReadLineOption#example-7-use-historyhandler-to-filter-commands-added-to-history
[02]: about_PSReadLine_Functions.md
[03]: https://github.com/PowerShell/PSReadLine
[04]: https://tiswww.case.edu/php/chet/readline/rltop.html
2 changes: 1 addition & 1 deletion reference/7.2/PSReadLine/PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Windows PowerShell 5.1.
- v2.0.0 ships in Windows PowerShell 5.1

For more information about version differences, see
[about_PSReadLine_Release_Notes](about_PSReadLine_Release_Notes.md).
[about_PSReadLine_Release_Notes](about/about_PSReadLine_Release_Notes.md).

These articles document version 2.1.0 of PSReadLine.

Expand Down
21 changes: 8 additions & 13 deletions reference/7.4/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,10 @@ To disable Predictive IntelliSense, just run:
Set-PSReadLineOption -PredictionSource None
```

> [!NOTE]
> Predictive IntelliSense is enabled by default in PSReadLine 2.2.6. For more
> information see, the [PSReadLine release history][02] in the **Notes**
> section below.
## Custom Key Bindings

PSReadLine supports custom key bindings using the `Set-PSReadLineKeyHandler`
cmdlet. Most custom key bindings call one of the [bindable functions][03], for
cmdlet. Most custom key bindings call one of the [bindable functions][02], for
example

```powershell
Expand Down Expand Up @@ -156,7 +151,7 @@ You can see many more examples in the file `SamplePSReadLineProfile.ps1`, which
is installed in the **PSReadLine** module folder.

Most key bindings use some helper functions for editing the command line. Those
APIs are documented in [about_PSReadLine_Functions][03].
APIs are documented in [about_PSReadLine_Functions][02].

## Notes

Expand Down Expand Up @@ -259,16 +254,16 @@ $env:PGPASS = gcloud auth print-access-token

### Feedback & contributing to PSReadLine

[PSReadLine on GitHub][04]
[PSReadLine on GitHub][03]

Feel free to submit a pull request or submit feedback on the GitHub page.

## See Also

- PSReadLine is heavily influenced by the GNU [readline][06] library.
- PSReadLine is heavily influenced by the GNU [readline][04] library.

<!-- link references -->
[01]: /powershell/module/psreadline/set-psreadlineoption#example-7-use-historyhandler-to-filter-commands-added-to-history
[03]: about_PSReadLine_Functions.md
[04]: https://github.com/PowerShell/PSReadLine
[06]: https://tiswww.case.edu/php/chet/readline/rltop.html
[01]: xref:PSReadLine.Set-PSReadLineOption#example-7-use-historyhandler-to-filter-commands-added-to-history
[02]: about_PSReadLine_Functions.md
[03]: https://github.com/PowerShell/PSReadLine
[04]: https://tiswww.case.edu/php/chet/readline/rltop.html
2 changes: 1 addition & 1 deletion reference/7.4/PSReadLine/PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Windows PowerShell 5.1.
- v2.0.0 ships in Windows PowerShell 5.1

For more information about version differences, see
[about_PSReadLine_Release_Notes](about_PSReadLine_Release_Notes.md).
[about_PSReadLine_Release_Notes](about/about_PSReadLine_Release_Notes.md).

These articles document version 2.3.5 of PSReadLine.

Expand Down
21 changes: 8 additions & 13 deletions reference/7.5/PSReadLine/About/about_PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,10 @@ To disable Predictive IntelliSense, just run:
Set-PSReadLineOption -PredictionSource None
```

> [!NOTE]
> Predictive IntelliSense is enabled by default in PSReadLine 2.2.6. For more
> information see, the [PSReadLine release history][02] in the **Notes**
> section below.
## Custom Key Bindings

PSReadLine supports custom key bindings using the `Set-PSReadLineKeyHandler`
cmdlet. Most custom key bindings call one of the [bindable functions][03], for
cmdlet. Most custom key bindings call one of the [bindable functions][02], for
example

```powershell
Expand Down Expand Up @@ -156,7 +151,7 @@ You can see many more examples in the file `SamplePSReadLineProfile.ps1`, which
is installed in the **PSReadLine** module folder.

Most key bindings use some helper functions for editing the command line. Those
APIs are documented in [about_PSReadLine_Functions][03].
APIs are documented in [about_PSReadLine_Functions][02].

## Notes

Expand Down Expand Up @@ -259,16 +254,16 @@ $env:PGPASS = gcloud auth print-access-token

### Feedback & contributing to PSReadLine

[PSReadLine on GitHub][04]
[PSReadLine on GitHub][03]

Feel free to submit a pull request or submit feedback on the GitHub page.

## See Also

- PSReadLine is heavily influenced by the GNU [readline][06] library.
- PSReadLine is heavily influenced by the GNU [readline][04] library.

<!-- link references -->
[01]: /powershell/module/psreadline/set-psreadlineoption#example-7-use-historyhandler-to-filter-commands-added-to-history
[03]: about_PSReadLine_Functions.md
[04]: https://github.com/PowerShell/PSReadLine
[06]: https://tiswww.case.edu/php/chet/readline/rltop.html
[01]: xref:PSReadLine.Set-PSReadLineOption#example-7-use-historyhandler-to-filter-commands-added-to-history
[02]: about_PSReadLine_Functions.md
[03]: https://github.com/PowerShell/PSReadLine
[04]: https://tiswww.case.edu/php/chet/readline/rltop.html
2 changes: 1 addition & 1 deletion reference/7.5/PSReadLine/PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Windows PowerShell 5.1.
- v2.0.0 ships in Windows PowerShell 5.1

For more information about version differences, see
[about_PSReadLine_Release_Notes](about_PSReadLine_Release_Notes.md).
[about_PSReadLine_Release_Notes](about/about_PSReadLine_Release_Notes.md).

These articles document version 2.3.5 of PSReadLine.

Expand Down

0 comments on commit 3d258c1

Please sign in to comment.