@@ -130,7 +130,7 @@ K9 contractiles integrate with other RSR standards:
130130⚠️ **Never run as root unless required** +
131131⚠️ **Sandbox external components**
132132
133- **See:** https://github.com/hyperpolymath/k9-svc /blob/main/docs/SECURITY-BEST-PRACTICES.adoc
133+ **See:** https://github.com/hyperpolymath/standards /blob/main/k9-svc /docs/SECURITY-BEST-PRACTICES.adoc
134134
135135== Template Files
136136
@@ -154,14 +154,15 @@ chmod +x nickel && sudo mv nickel /usr/local/bin/
154154cargo install just
155155
156156# Clone K9-SVC (for must shim and tooling)
157- git clone https://github.com/hyperpolymath/k9-svc.git
157+ git clone https://github.com/hyperpolymath/standards.git
158+ # Note: K9-SVC is located in standards/k9-svc
158159----
159160
160161== Learn More
161162
162- - **K9-SVC Specification:** https://github.com/hyperpolymath/k9-svc /blob/main/SPEC.adoc
163- - **K9 User Guide:** https://github.com/hyperpolymath/k9-svc /blob/main/GUIDE.adoc
164- - **Security Documentation:** https://github.com/hyperpolymath/k9-svc /blob/main/docs/SECURITY-FAQ.adoc
163+ - **K9-SVC Specification:** https://github.com/hyperpolymath/standards /blob/main/k9-svc /SPEC.adoc
164+ - **K9 User Guide:** https://github.com/hyperpolymath/standards /blob/main/k9-svc /GUIDE.adoc
165+ - **Security Documentation:** https://github.com/hyperpolymath/standards /blob/main/k9-svc /docs/SECURITY-FAQ.adoc
165166- **IANA Media Type:** `application/vnd.k9+nickel`
166167
167168== Contributing
@@ -174,4 +175,4 @@ When adding K9 contractiles to your repository:
1741754. Sign Hunt-level components before committing
1751765. Add K9 validation to CI/CD pipeline
176177
177- **Questions?** Open an issue on https://github.com/hyperpolymath/k9-svc
178+ **Questions?** Open an issue on https://github.com/hyperpolymath/standards/tree/main/ k9-svc
0 commit comments