From e1639d2b7a9af6b2ef1db1cf2c844a746c1b1cb4 Mon Sep 17 00:00:00 2001 From: Matthew Mellor Date: Wed, 25 Mar 2026 17:16:33 -0500 Subject: [PATCH] fix(standards): replace private GitLab link with public GitHub link The practices.md page referenced the private GitLab server (gitlab.mfsoho.linkridge.net) instead of the public GitHub mirror (github.com/devrail-dev/devrail-standards). Co-Authored-By: Claude Opus 4.6 (1M context) --- content/docs/standards/practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/standards/practices.md b/content/docs/standards/practices.md index c7207d2..242ead0 100644 --- a/content/docs/standards/practices.md +++ b/content/docs/standards/practices.md @@ -97,4 +97,4 @@ Use descriptive names: `test___`. - These practices are enforced by code review, not by automated tooling. Automated enforcement is covered by the per-language tool standards. - When a practice here conflicts with a language-specific standard, the language-specific standard takes precedence. - These practices are embedded in every project's DEVELOPMENT.md via the DevRail template repos. -- Full reference: [Coding Practices](https://gitlab.mfsoho.linkridge.net/OrgDocs/development-standards/-/blob/main/standards/coding-practices.md) and [Git Workflow](https://gitlab.mfsoho.linkridge.net/OrgDocs/development-standards/-/blob/main/standards/git-workflow.md) in the planning repo. +- Full reference: [Coding Practices](https://github.com/devrail-dev/devrail-standards/blob/main/standards/coding-practices.md) and [Git Workflow](https://github.com/devrail-dev/devrail-standards/blob/main/standards/git-workflow.md) in the standards repo.