Skip to content

Commit f5d04c3

Browse files
committed
fixed the broken links and other minor updates due to the recent learning-powershell path changes.
1 parent 1e7a496 commit f5d04c3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ please follow the [PowerShell Request for Comments (RFC)](https://github.com/Pow
179179
Common Engineering Practices
180180
----------------------------
181181
182-
Other than the guidelines for ([coding](../docs/coding-guidelines.md),
182+
Other than the guidelines for ([coding](../docs/dev-process/coding-guidelines.md),
183183
the [RFC process](https://github.com/PowerShell/PowerShell-RFC) for design,
184184
[documentation](#contributing-to-documentation) and [testing](../docs/testing-guidelines/testing-guidelines.md)) discussed above,
185185
we encourage contributors to follow these common engineering practices:

docs/learning-powershell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Click on the link below to learn more about debugging:
6262
- [PowerShell Command-line Debugging][cli-debugging]
6363

6464
On Windows, you can also use [PowerShell Integrated Scripting Environment (ISE)][use-ise-editor] to edit or debug PowerShell scripts.
65-
However it is not supported if you are using PowerShell installed from the [PowerShell package][get-powershell] or directly [built][building-the-repository] from GitHub.
65+
However it is not supported if you are using PowerShell installed from the [PowerShell package][get-powershell] or directly [built][build-powershell] from GitHub.
6666

6767
[use-vscode-editor]:./using-vscode.md#editing-with-vs-code
6868
[use-ise-editor]:./using-ise.md#editing-with-ise

docs/learning-powershell/using-ise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Using PowerShell Integrated Scripting Environment (ISE)
22
====
33
The PowerShell ISE only works on Windows. If you are not using Windows, please see [Using Visual Studio Code](./using-vscode.md).
4-
Please note the ISE is not supported if you are using PowerShell installed from the [PowerShell package][get-powershell] or directly [built][building-the-repository] from GitHub.
4+
Please note the ISE is not supported if you are using PowerShell installed from the [PowerShell package][get-powershell] or directly [built][build-powershell] from GitHub.
55

66
Editing with ISE
77
---

0 commit comments

Comments
 (0)