From 9f8ec3e3fcef0edeae96ab28e665a97078ca34aa Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:36:40 +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. - `INSTALL.adoc`: ./CONTRIBUTING.md -> .github/CONTRIBUTING.md - `SECURITY.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md --- INSTALL.adoc | 2 +- SECURITY.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.adoc b/INSTALL.adoc index 56eafe7..1ca5fd9 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -417,7 +417,7 @@ just build . *Quick Start Guide:* See link:./QUICKSTART.md[QUICKSTART.md] . *User Guide:* See link:./docs/USER-GUIDE.adoc[docs/USER-GUIDE.adoc] . *API Documentation:* https://docs.lithoglyph.org/api -. *Contributing:* See link:./CONTRIBUTING.md[CONTRIBUTING.md] +. *Contributing:* See link:.github/CONTRIBUTING.md[CONTRIBUTING.md] ''''' diff --git a/SECURITY.adoc b/SECURITY.adoc index 486c759..56a3488 100644 --- a/SECURITY.adoc +++ b/SECURITY.adoc @@ -410,7 +410,7 @@ When using Nextgen Databases, we recommend: * https://github.com/hyperpolymath/nextgen-databases/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]