From 4f9447378b668a5341b95b6ee011f4072860156b 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:16 +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 - `docs/README.adoc`: ../CONTRIBUTING.md -> ../.github/CONTRIBUTING.md --- GOVERNANCE.adoc | 2 +- docs/README.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GOVERNANCE.adoc b/GOVERNANCE.adoc index 8d2edf4..4227a66 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/docs/README.adoc b/docs/README.adoc index d162a8c..88ee941 100644 --- a/docs/README.adoc +++ b/docs/README.adoc @@ -27,7 +27,7 @@ fleet slot (see link:../DISAMBIGUATION.adoc[DISAMBIGUATION]). * link:../ARCHITECTURE.adoc[ARCHITECTURE] — components, analyzers, policy engine, data layer. * link:../policies/README.adoc[policies/README] — Eclexia (`.ecl`) policies and the finding taxonomy. * link:../bot-integration-affine/README.adoc[bot-integration-affine] — the AffineScript webhook receiver (scaffold). -* link:../CONTRIBUTING.md[CONTRIBUTING] — fork / branch / PR flow. +* link:../.github/CONTRIBUTING.md[CONTRIBUTING] — fork / branch / PR flow. * _Planned (link:https://github.com/hyperpolymath/oikosbot/issues/16[#16]): per-crate READMEs, the Haskell analyzer guide, an end-to-end build walkthrough._ == For maintainers