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