@@ -72,13 +72,13 @@ Choose the appropriate security level for your use case:
7272[source,bash]
7373----
7474# Kennel: Pure configuration
75- cp .machine_readable/contractiles/k9 /examples/project-metadata.k9.ncl config/metadata.k9.ncl
75+ cp .machine_readable/contractiles/self-validating /examples/project-metadata.k9.ncl config/metadata.k9.ncl
7676
7777# Yard: Validated configuration
78- cp .machine_readable/contractiles/k9 /examples/ci-config.k9.ncl .github/ci.k9.ncl
78+ cp .machine_readable/contractiles/self-validating /examples/ci-config.k9.ncl .github/ci.k9.ncl
7979
8080# Hunt: Full automation
81- cp .machine_readable/contractiles/k9 /examples/setup-repo.k9.ncl scripts/setup.k9.ncl
81+ cp .machine_readable/contractiles/self-validating /examples/setup-repo.k9.ncl scripts/setup.k9.ncl
8282----
8383
8484=== 2. Validate Components
@@ -131,7 +131,7 @@ K9 contractiles integrate with other RSR standards:
131131⚠️ **Never run as root unless required** +
132132⚠️ **Sandbox external components**
133133
134- **See:** https://github.com/hyperpolymath/k9-svc /blob/main/docs/SECURITY-BEST-PRACTICES.adoc
134+ **See:** https://github.com/hyperpolymath/self-validating /blob/main/docs/SECURITY-BEST-PRACTICES.adoc
135135
136136== Template Files
137137
@@ -160,9 +160,9 @@ git clone https://github.com/hyperpolymath/k9-svc.git
160160
161161== Learn More
162162
163- - **K9-SVC Specification:** https://github.com/hyperpolymath/k9-svc /blob/main/SPEC.adoc
164- - **K9 User Guide:** https://github.com/hyperpolymath/k9-svc /blob/main/GUIDE.adoc
165- - **Security Documentation:** https://github.com/hyperpolymath/k9-svc /blob/main/docs/SECURITY-FAQ.adoc
163+ - **K9-SVC Specification:** https://github.com/hyperpolymath/self-validating /blob/main/SPEC.adoc
164+ - **K9 User Guide:** https://github.com/hyperpolymath/self-validating /blob/main/GUIDE.adoc
165+ - **Security Documentation:** https://github.com/hyperpolymath/self-validating /blob/main/docs/SECURITY-FAQ.adoc
166166- **IANA Media Type:** `application/vnd.k9+nickel`
167167
168168== Contributing
0 commit comments