You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: content/docs/standards/practices.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,4 +97,4 @@ Use descriptive names: `test_<what>_<condition>_<expected>`.
97
97
- These practices are enforced by code review, not by automated tooling. Automated enforcement is covered by the per-language tool standards.
98
98
- When a practice here conflicts with a language-specific standard, the language-specific standard takes precedence.
99
99
- 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