Skip to content

Commit 76bca8f

Browse files
authored
Fix up broken links in markdown files (PowerShell#23863)
1 parent f0bddbe commit 76bca8f

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,35 @@
1111
## PR Checklist
1212

1313
- [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
14-
- Use the present tense and imperative mood when describing your changes
14+
- Use the present tense and imperative mood when describing your changes
1515
- [ ] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
1616
- [ ] [Make sure all `.h`, `.cpp`, `.cs`, `.ps1` and `.psm1` files have the correct copyright header](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
1717
- [ ] This PR is ready to merge and is not [Work in Progress](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---work-in-progress).
18-
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
18+
- If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the title (the `WIP` bot will keep its status check at `Pending` while the prefix is present) and remove the prefix when the PR is ready.
1919
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
20-
- [ ] None
21-
- **OR**
22-
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/reference/7.3/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
23-
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
20+
- [ ] None
21+
- **OR**
22+
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/reference/7.5/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
23+
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
2424
- **User-facing changes**
25-
- [ ] Not Applicable
26-
- **OR**
27-
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
25+
- [ ] Not Applicable
26+
- **OR**
27+
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
2828
- [ ] Issue filed: <!-- Number/link of that issue here -->
2929
- **Testing - New and feature**
30-
- [ ] N/A or can only be tested interactively
31-
- **OR**
32-
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
30+
- [ ] N/A or can only be tested interactively
31+
- **OR**
32+
- [ ] [Make sure you've added a new test if existing tests do not effectively test the code changed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#before-submitting)
3333
- **Tooling**
34-
- [ ] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
35-
- **OR**
36-
- [ ] I have considered the user experience from a tooling perspective and opened an issue in the relevant tool repository. This may include:
37-
- [ ] Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode
34+
- [ ] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
35+
- **OR**
36+
- [ ] I have considered the user experience from a tooling perspective and opened an issue in the relevant tool repository. This may include:
37+
- [ ] Impact on [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices) which is used in the [PowerShell extension](https://github.com/PowerShell/vscode-powershell) for VSCode
3838
(which runs in a different PS Host).
39-
- [ ] Issue filed: <!-- Number/link of that issue here -->
40-
- [ ] Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
41-
- [ ] Issue filed: <!-- Number/link of that issue here -->
42-
- [ ] Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
43-
- [ ] Issue filed: <!-- Number/link of that issue here -->
44-
- [ ] Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
45-
- [ ] Issue filed: <!-- Number/link of that issue here -->
39+
- [ ] Issue filed: <!-- Number/link of that issue here -->
40+
- [ ] Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
41+
- [ ] Issue filed: <!-- Number/link of that issue here -->
42+
- [ ] Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
43+
- [ ] Issue filed: <!-- Number/link of that issue here -->
44+
- [ ] Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
45+
- [ ] Issue filed: <!-- Number/link of that issue here -->

docs/cmdlet-example/visual-studio-simple-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ It should find `PowerShellStandard.Library` package, select it and it will show
131131
![StdImage61](./Images/Std61.png)
132132
On PowerShell Core on Linux:
133133
![StdImage62](./Images/Std62.png)
134-
On Windows PowerShell on Windows (this requires [.NET Framework 4.7.1](https://github.com/Microsoft/dotnet-framework-early-access/blob/master/instructions.md)):
134+
On Windows PowerShell on Windows (this requires [.NET Framework 4.7.1](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net471)
135135
![StdImage63](./Images/Std63.png)

docs/git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Git has excellent documentation and lots of materials available online.
4444

4545
We are leaving a few links here:
4646

47-
[Linus]:https://wincent.com/wiki/git_rebase%3A_you're_doing_it_wrong
47+
[Linus]:https://web.archive.org/web/20230522041845/https://wincent.com/wiki/git_rebase%3A_you're_doing_it_wrong
4848

4949
## Tags
5050

0 commit comments

Comments
 (0)