From 577dd45e9ce4aa521c89f5d8afbb26b0e285f80a Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:38:30 +0000 Subject: [PATCH] fix(docs): repoint references to the relocated contributing guide The guide moved to .github/CONTRIBUTING.md; these references still resolved against the old root location and 404 from where they are written. Rewritten using the correct relative depth. - `GOVERNANCE.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md - `SECURITY.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md --- GOVERNANCE.adoc | 2 +- SECURITY.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GOVERNANCE.adoc b/GOVERNANCE.adoc index fb05481..070ecaf 100644 --- a/GOVERNANCE.adoc +++ b/GOVERNANCE.adoc @@ -148,7 +148,7 @@ Changes to this document require the same process as Significant Changes above. * link:MAINTAINERS.adoc[Maintainers] * link:CODE_OF_CONDUCT.md[Code of Conduct] -* link:CONTRIBUTING.md[Contributing Guide] +* link:.github/CONTRIBUTING.md[Contributing Guide] * link:https://github.com/hyperpolymath/standards/blob/main/LICENCE-POLICY.adoc[Estate License Policy] * link:https://github.com/hyperpolymath/standards[rhodium-standard-repositories (TPCF)] diff --git a/SECURITY.adoc b/SECURITY.adoc index 3eebe68..c8f30e2 100644 --- a/SECURITY.adoc +++ b/SECURITY.adoc @@ -400,7 +400,7 @@ When using Phronesis, we recommend: * https://github.com/hyperpolymath/phronesis/security/advisories[Security Advisories] * link:CHANGELOG.md[Changelog] -* link:CONTRIBUTING.md[Contributing Guidelines] +* link:.github/CONTRIBUTING.md[Contributing Guidelines] * https://cve.mitre.org/[CVE Database] * https://www.first.org/cvss/calculator/3.1[CVSS Calculator]