Skip to content

Commit 9234591

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

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/content/Modules/Process-PSModule/reference/dependencies.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ packages. Each is versioned independently, and the main workflow pins versions e
2222
| PowerShell Gallery API | Publishes module packages. |
2323
| GitHub Pages | Hosts the documentation site. |
2424

25-
For the full dependency tree, including diagrams and a reference of every transitive dependency, see
26-
[DEPENDENCIES.md](https://github.com/PSModule/Process-PSModule/blob/main/DEPENDENCIES.md).
25+
The composition itself is the reference: see the
26+
[reusable workflows](https://github.com/PSModule/Process-PSModule/tree/main/.github/workflows) and the
27+
[actions they call](https://github.com/PSModule/Process-PSModule/tree/main/.github/actions).

docs/content/Modules/Process-PSModule/reference/framework-test-ids.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ source-code test has an ID that can be used to
1212
## Source-code tests
1313

1414
Run by the [Test source code](pipeline-stages.md#test-source-code) job against files in `src/`. Implemented in
15-
[PSModule - SourceCode tests](https://github.com/PSModule/Process-PSModule/blob/main/scripts/tests/SourceCode/PSModule/PSModule.Tests.ps1).
15+
[PSModule - SourceCode tests](https://github.com/PSModule/Process-PSModule/blob/main/.github/actions/Test-PSModule/src/tests/SourceCode/PSModule/PSModule.Tests.ps1).
1616

1717
| ID | Category | Description | Example skip comment |
1818
| ---- | ---------- | ------------- | ---------------------- |
@@ -31,7 +31,7 @@ Run by the [Test source code](pipeline-stages.md#test-source-code) job against f
3131

3232
Run by the [Framework test](pipeline-stages.md#framework-test) job against the compiled module in
3333
`outputs/module`. Implemented in
34-
[PSModule - Module tests](https://github.com/PSModule/Process-PSModule/blob/main/scripts/tests/Module/PSModule/PSModule.Tests.ps1).
34+
[PSModule - Module tests](https://github.com/PSModule/Process-PSModule/blob/main/.github/actions/Test-PSModule/src/tests/Module/PSModule/PSModule.Tests.ps1).
3535

3636
| Name | Description |
3737
| ---- | ----------- |

0 commit comments

Comments
 (0)