Skip to content

Commit 8e1d38e

Browse files
📖 [Docs]: Repair pipeline documentation links
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent aa89bbe commit 8e1d38e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/content/Modules/Process-PSModule/reference/pipeline-stages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ suite matrices are computed under each owning test phase, and resolved version m
6464
[workflow](https://github.com/PSModule/Process-PSModule/blob/main/.github/workflows/Test-SourceCode.yml)
6565

6666
- Tests the source code in parallel (matrix) using:
67-
- [PSModule framework settings for style and standards for source code](https://github.com/PSModule/Test-PSModule?tab=readme-ov-file#sourcecode-tests)
67+
- [PSModule framework settings for style and standards for source code](https://github.com/PSModule/Process-PSModule/tree/main/.github/actions/Test-PSModule/src/tests/SourceCode)
6868
- This produces a JSON-based report that is used by [Get-PesterTestResults](#get-test-results) evaluate the results of the tests.
6969

7070
For the coding practices this step enforces, see [framework test IDs](framework-test-ids.md#source-code-tests).
@@ -82,7 +82,7 @@ For the coding practices this step enforces, see [framework test IDs](framework-
8282
[workflow](https://github.com/PSModule/Process-PSModule/blob/main/.github/workflows/Test-Module.yml)
8383

8484
- Tests and lints the module in parallel (matrix) using:
85-
- [PSModule framework settings for style and standards for modules](https://github.com/PSModule/Test-PSModule?tab=readme-ov-file#module-tests)
85+
- [PSModule framework settings for style and standards for modules](https://github.com/PSModule/Process-PSModule/tree/main/.github/actions/Test-PSModule/src/tests/Module)
8686
- [PSScriptAnalyzer rules](https://github.com/PSModule/Invoke-ScriptAnalyzer)
8787
- This produces a JSON-based report that is used by [Get-PesterTestResults](#get-test-results) evaluate the results of the tests.
8888
- **Code coverage for framework-generated code**: This step collects code coverage for framework-generated
@@ -157,4 +157,4 @@ How to write these tests, including the Pester version requirement and shared-in
157157

158158
## Publish Docs
159159

160-
[workflow](https://github.com/PSModule/Process-PSModule/blob/main/.github/workflows/Publish-Docs.yml)
160+
[workflow](https://github.com/PSModule/Process-PSModule/blob/main/.github/workflows/Publish-Site.yml)

0 commit comments

Comments
 (0)