Skip to content

Commit d639542

Browse files
Use the canonical psmodule.io host for documentation links
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 349ca10 commit d639542

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

AGENTS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ If you find a problem or improvement, fix if small; otherwise open an issue.
1515
Regarding repo structure, module source code and how the Process-PSModule workflow works.
1616
For PSModule-specific build, layout, and process guidance:
1717

18-
- [Template quickstart](https://psmodule.github.io/docs/Modules/Process-PSModule/template-quickstart/) — how to create a new module from this template.
18+
- [Template quickstart](https://psmodule.io/docs/Modules/Process-PSModule/template-quickstart/) — how to create a new module from this template.
1919
- [Repository standard](https://psmodule.io/docs/Modules/Repository-Standard/) — the expected repository layout and required files.
20-
- [Module anatomy](https://psmodule.github.io/docs/Modules/Process-PSModule/module-anatomy/) — source layout and framework conventions.
21-
- [Build, test, pack, publish](https://psmodule.github.io/docs/Modules/Process-PSModule/build-test-pack-publish/) — the CI/CD pipeline.
22-
- [Standards](https://psmodule.github.io/docs/Modules/Standards/) — PowerShell module coding standards.
20+
- [Module anatomy](https://psmodule.io/docs/Modules/Process-PSModule/module-anatomy/) — source layout and framework conventions.
21+
- [Build, test, pack, publish](https://psmodule.io/docs/Modules/Process-PSModule/build-test-pack-publish/) — the CI/CD pipeline.
22+
- [Standards](https://psmodule.io/docs/Modules/Standards/) — PowerShell module coding standards.
2323
- [PSModule/memory](https://github.com/PSModule/memory) — durable cross-session agent working memory for the PSModule organization.
2424

2525
## Org-wide guidance

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Follow the [issue format](https://msxorg.github.io/docs/Ways-of-Working/Issue-Fo
3636

3737
## Code standards
3838

39-
PowerShell in this module follows the [PSModule Standards](https://psmodule.github.io/docs/Modules/Standards/) and the
39+
PowerShell in this module follows the [PSModule Standards](https://psmodule.io/docs/Modules/Standards/) and the
4040
[MSXOrg Coding Standards](https://msxorg.github.io/docs/Coding-Standards/).
4141

4242
## Questions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The canonical starting template for new PowerShell modules in the PSModule organ
77
Use this template when creating a new PowerShell module repository.
88
It provides the CI/CD framework wiring, required community files, and starter layout that every PSModule module repository needs.
99

10-
For step-by-step instructions, see the [template quickstart](https://psmodule.github.io/docs/Modules/Process-PSModule/template-quickstart/).
10+
For step-by-step instructions, see the [template quickstart](https://psmodule.io/docs/Modules/Process-PSModule/template-quickstart/).
1111

1212
## After creating a repository from this template
1313

0 commit comments

Comments
 (0)