From 4c49e103e04b59fd6f6a0ffcfbdb50859f78a882 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 10 Sep 2026 10:25:11 +0200 Subject: [PATCH] Correct PSModule documentation link --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 3596714dd..df748f100 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,6 +1,6 @@ # Coding Standards for `GitHub` -Start by reading the general coding standards for [`PSModule`](https://psmodule.io/docs) which is the basis for all modules in the framework. +Start by reading the general coding standards for [`PSModule`](https://psmodule.io/Process-PSModule/) which is the basis for all modules in the framework. Additions or adjustments to those defaults are covered in this document to ensure that the modules drive consistency for all developers. ## General Coding Standards