From 3774d4ca1d8cb65d8e5d4ef5d5ac2946d26ccc94 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:35:30 +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. - `QUICKSTART-DEV.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md --- QUICKSTART-DEV.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART-DEV.adoc b/QUICKSTART-DEV.adoc index e0bdf8c..756d079 100644 --- a/QUICKSTART-DEV.adoc +++ b/QUICKSTART-DEV.adoc @@ -36,4 +36,4 @@ just assail # run panic-attacker security scan == Contributing -See link:CONTRIBUTING.md[CONTRIBUTING.md] for guidelines. +See link:.github/CONTRIBUTING.md[CONTRIBUTING.md] for guidelines.