From cd12eeafeebca5889f95676ae801476ea2a084c4 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:48 +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. - `EXPLAINME.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md - `SECURITY.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md --- EXPLAINME.adoc | 2 +- SECURITY.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EXPLAINME.adoc b/EXPLAINME.adoc index 6d5e089..93da63e 100644 --- a/EXPLAINME.adoc +++ b/EXPLAINME.adoc @@ -41,7 +41,7 @@ include::docs/structure.adoc[] == Quick Start -See link:CONTRIBUTING.md[CONTRIBUTING.md] for development setup. +See link:.github/CONTRIBUTING.md[CONTRIBUTING.md] for development setup. == License diff --git a/SECURITY.adoc b/SECURITY.adoc index aa49651..e4dfbea 100644 --- a/SECURITY.adoc +++ b/SECURITY.adoc @@ -410,7 +410,7 @@ When using Pons, we recommend: * https://github.com/hyperpolymath/pons/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]