Skip to content

Commit 71d5cd7

Browse files
fix: correct module-anatomy URL and generalize AGENTS.md wording
- Fix wrong URL: /Modules/module-anatomy/ -> /Modules/Process-PSModule/module-anatomy/ - 'how to work on the template itself' -> 'how to contribute to this repository' (same generalization applied to CONTRIBUTING.md earlier) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent a1d2db2 commit 71d5cd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you find a problem or improvement, fix if small; otherwise open an issue.
88
## Repo guidance
99

1010
- [`README.md`](README.md) — what this repository is and its purpose as a template.
11-
- [`CONTRIBUTING.md`](CONTRIBUTING.md) — how to work on the template itself.
11+
- [`CONTRIBUTING.md`](CONTRIBUTING.md) — how to contribute to this repository.
1212

1313
## PSModule Framework guidance
1414

@@ -17,7 +17,7 @@ For PSModule-specific build, layout, and process guidance:
1717

1818
- [Template quickstart](https://psmodule.github.io/docs/Modules/Process-PSModule/template-quickstart/) — how to create a new module from this template.
1919
- [Repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) — the expected repository layout and required files.
20-
- [Module anatomy](https://psmodule.github.io/docs/Modules/module-anatomy/) — source layout and framework conventions.
20+
- [Module anatomy](https://psmodule.github.io/docs/Modules/Process-PSModule/module-anatomy/) — source layout and framework conventions.
2121
- [Build, test, pack, publish](https://psmodule.github.io/docs/Modules/Process-PSModule/build-test-pack-publish/) — the CI/CD pipeline.
2222
- [Standards](https://psmodule.github.io/docs/Modules/Standards/) — PowerShell module coding standards.
2323

0 commit comments

Comments
 (0)