From 0a7101f3a5800e1290498739ead9831cb5c4c7ea Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:39:09 +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. - `SECURITY.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md - `docs/QUICKSTART.adoc`: ../CONTRIBUTING.md -> ../.github/CONTRIBUTING.md --- SECURITY.adoc | 2 +- docs/QUICKSTART.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SECURITY.adoc b/SECURITY.adoc index 9701c6d6..010eceae 100644 --- a/SECURITY.adoc +++ b/SECURITY.adoc @@ -410,7 +410,7 @@ When using proven-servers, we recommend: * https://github.com/hyperpolymath/proven-servers/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] diff --git a/docs/QUICKSTART.adoc b/docs/QUICKSTART.adoc index 6837981e..b5591d86 100644 --- a/docs/QUICKSTART.adoc +++ b/docs/QUICKSTART.adoc @@ -56,7 +56,7 @@ docs/ # Documentation * Browse the link:.[docs/] for architecture and conventions * Run `+just --list+` to see all available commands -* Read link:../CONTRIBUTING.md[CONTRIBUTING.md] when you are ready to +* Read link:../.github/CONTRIBUTING.md[CONTRIBUTING.md] when you are ready to contribute === Troubleshooting