Skip to content

Commit a80e422

Browse files
authored
Fix broken links (#1931)
Fix broken links to non-existent powershell.github.io pages and replace them with links to .md files in the repository
1 parent d0a3b9e commit a80e422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The functionality in PowerShell Editor Services is already available in the foll
2424
- Statement completions (IntelliSense)
2525
- Real-time semantic analysis of scripts using PowerShell Script Analyzer
2626
- The Debugging Service simplifies interaction with the PowerShell debugger (breakpoints, variables, call stack, etc.)
27-
- The [$psEditor API](http://powershell.github.io/PowerShellEditorServices/guide/extensions.html) enables scripting of the host editor
27+
- The [$psEditor API](https://github.com/PowerShell/PowerShellEditorServices/blob/main/docs/guide/extensions.md) enables scripting of the host editor
2828
- A full, Extension Terminal experience for interactive development and debugging
2929

3030
## Usage
@@ -153,7 +153,7 @@ Open the PowerShellEditorServices folder that you cloned locally and press <kbd>
153153
## Contributions Welcome
154154

155155
We would love to incorporate community contributions into this project. If you would like to
156-
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide](http://powershell.github.io/PowerShellEditorServices/CONTRIBUTING.html) to learn more.
156+
contribute code, documentation, tests, or bug reports, please read our [Contribution Guide](https://github.com/PowerShell/PowerShellEditorServices/blob/main/CONTRIBUTING.md) to learn more.
157157

158158
## Maintainers
159159

0 commit comments

Comments
 (0)