From b4c894fa9b5ab449326171a93ef8acd7d27f4982 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 10 Sep 2026 10:25:12 +0200 Subject: [PATCH] Correct retired PSModule documentation links --- AGENTS.md | 8 ++++---- CONTRIBUTING.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 9ffd661..0ffe8ac 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -20,10 +20,10 @@ comparison semantics are the module's API — treat changes to them as breaking Regarding repo structure, module source code and how the Process-PSModule workflow works. For PSModule-specific build, layout, and process guidance: -- [Repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) — the expected repository layout and required files. -- [Module anatomy](https://psmodule.github.io/docs/Modules/Process-PSModule/module-anatomy/) — source layout and framework conventions. -- [Build, test, pack, publish](https://psmodule.github.io/docs/Modules/Process-PSModule/build-test-pack-publish/) — the CI/CD pipeline. -- [Standards](https://psmodule.github.io/docs/Modules/Standards/) — PowerShell module coding standards. +- [Repository defaults](https://psmodule.io/Process-PSModule/) — the expected repository layout and required files. +- [Module anatomy](https://psmodule.io/Process-PSModule/) — source layout and framework conventions. +- [Build, test, pack, publish](https://psmodule.io/Process-PSModule/) — the CI/CD pipeline. +- [Standards](https://psmodule.io/Process-PSModule/) — PowerShell module coding standards. - [PSModule/memory](https://github.com/PSModule/memory) — durable cross-session agent working memory for the PSModule organization. ## Org-wide guidance diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15f724a..766555a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Read [`AGENTS.md`](AGENTS.md) first for the full guidance chain and documentatio ## Before you start 1. Read [`README.md`](README.md) to understand what the module does. -2. Familiarise yourself with the [repository defaults](https://psmodule.github.io/docs/Modules/Repository-Defaults/) that this repository must satisfy. +2. Familiarise yourself with the [repository defaults](https://psmodule.io/Process-PSModule/) that this repository must satisfy. 3. Check the open issues and pull requests to avoid duplicate work. ## Workflow @@ -36,7 +36,7 @@ Follow the [issue format](https://msxorg.github.io/docs/Ways-of-Working/Issue-Fo ## Code standards -PowerShell in this module follows the [PSModule Standards](https://psmodule.github.io/docs/Modules/Standards/) and the +PowerShell in this module follows the [PSModule Standards](https://psmodule.io/Process-PSModule/) and the [MSXOrg Coding Standards](https://msxorg.github.io/docs/Coding-Standards/). ## Questions