mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-26 19:34:22 +08:00
Fix up broken links in markdown files (#23863)
This commit is contained in:
parent
f0bddbe21c
commit
76bca8f3b2
46
.github/PULL_REQUEST_TEMPLATE.md
vendored
46
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -11,35 +11,35 @@
|
||||
## PR Checklist
|
||||
|
||||
- [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
|
||||
- Use the present tense and imperative mood when describing your changes
|
||||
- Use the present tense and imperative mood when describing your changes
|
||||
- [ ] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
|
||||
- [ ] [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)
|
||||
- [ ] 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).
|
||||
- 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.
|
||||
- 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.
|
||||
- **[Breaking changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#making-breaking-changes)**
|
||||
- [ ] None
|
||||
- **OR**
|
||||
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/reference/7.3/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
|
||||
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
|
||||
- [ ] None
|
||||
- **OR**
|
||||
- [ ] [Experimental feature(s) needed](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/reference/7.5/Microsoft.PowerShell.Core/About/about_Experimental_Features.md)
|
||||
- [ ] Experimental feature name(s): <!-- Experimental feature name(s) here -->
|
||||
- **User-facing changes**
|
||||
- [ ] Not Applicable
|
||||
- **OR**
|
||||
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
|
||||
- [ ] Not Applicable
|
||||
- **OR**
|
||||
- [ ] [Documentation needed](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
- **Testing - New and feature**
|
||||
- [ ] N/A or can only be tested interactively
|
||||
- **OR**
|
||||
- [ ] [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)
|
||||
- [ ] N/A or can only be tested interactively
|
||||
- **OR**
|
||||
- [ ] [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)
|
||||
- **Tooling**
|
||||
- [ ] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
|
||||
- **OR**
|
||||
- [ ] I have considered the user experience from a tooling perspective and opened an issue in the relevant tool repository. This may include:
|
||||
- [ ] 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
|
||||
- [ ] I have considered the user experience from a tooling perspective and don't believe tooling will be impacted.
|
||||
- **OR**
|
||||
- [ ] I have considered the user experience from a tooling perspective and opened an issue in the relevant tool repository. This may include:
|
||||
- [ ] 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
|
||||
(which runs in a different PS Host).
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
- [ ] Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
- [ ] Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
- [ ] Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
- [ ] Impact on Completions (both in the console and in editors) - one of PowerShell's most powerful features.
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
- [ ] Impact on [PSScriptAnalyzer](https://github.com/PowerShell/PSScriptAnalyzer) (which provides linting & formatting in the editor extensions).
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
- [ ] Impact on [EditorSyntax](https://github.com/PowerShell/EditorSyntax) (which provides syntax highlighting with in VSCode, GitHub, and many other editors).
|
||||
- [ ] Issue filed: <!-- Number/link of that issue here -->
|
||||
|
@ -131,5 +131,5 @@ It should find `PowerShellStandard.Library` package, select it and it will show
|
||||
![StdImage61](./Images/Std61.png)
|
||||
On PowerShell Core on Linux:
|
||||
![StdImage62](./Images/Std62.png)
|
||||
On Windows PowerShell on Windows (this requires [.NET Framework 4.7.1](https://github.com/Microsoft/dotnet-framework-early-access/blob/master/instructions.md)):
|
||||
On Windows PowerShell on Windows (this requires [.NET Framework 4.7.1](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net471)
|
||||
![StdImage63](./Images/Std63.png)
|
||||
|
@ -44,7 +44,7 @@ Git has excellent documentation and lots of materials available online.
|
||||
|
||||
We are leaving a few links here:
|
||||
|
||||
[Linus]:https://wincent.com/wiki/git_rebase%3A_you're_doing_it_wrong
|
||||
[Linus]:https://web.archive.org/web/20230522041845/https://wincent.com/wiki/git_rebase%3A_you're_doing_it_wrong
|
||||
|
||||
## Tags
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user