Skip to content

Commit 349ca10

Browse files
Point the repository standard link at the renamed page
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent aa0d124 commit 349ca10

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎AGENTS.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Regarding repo structure, module source code and how the Process-PSModule workfl
1616
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.
19-
- [Repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) — the expected repository layout and required files.
19+
- [Repository standard](https://psmodule.io/docs/Modules/Repository-Standard/) — the expected repository layout and required files.
2020
- [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.

‎CONTRIBUTING.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Read [`AGENTS.md`](AGENTS.md) first for the full guidance chain and documentatio
66
## Before you start
77

88
1. Read [`README.md`](README.md) to understand what the module does.
9-
2. Familiarise yourself with the [repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) that this repository must satisfy.
9+
2. Familiarise yourself with the [repository standard](https://psmodule.io/docs/Modules/Repository-Standard/) that this repository must satisfy.
1010
3. Check the open issues and pull requests to avoid duplicate work.
1111

1212
## Workflow

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For step-by-step instructions, see the [template quickstart](https://psmodule.gi
1717
4. Confirm `.github/PSModule.yml` only overrides defaults when your module needs different behavior.
1818
5. Open a draft pull request and run the full CI pipeline.
1919

20-
See [repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) for the full checklist.
20+
See [repository standard](https://psmodule.io/docs/Modules/Repository-Standard/) for the full checklist.
2121

2222
## Prerequisites
2323

0 commit comments

Comments
 (0)