Skip to content

Commit 0dcfddf

Browse files
fix(standards): replace private GitLab link with public GitHub link (#21)
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) <noreply@anthropic.com>
1 parent cf3ba18 commit 0dcfddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/standards/practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ Use descriptive names: `test_<what>_<condition>_<expected>`.
9797
- These practices are enforced by code review, not by automated tooling. Automated enforcement is covered by the per-language tool standards.
9898
- When a practice here conflicts with a language-specific standard, the language-specific standard takes precedence.
9999
- These practices are embedded in every project's DEVELOPMENT.md via the DevRail template repos.
100-
- 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.
100+
- 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.

0 commit comments

Comments
 (0)