From b395eab833e9e4c7f9cdd91d6d98f30d906a1785 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:32: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. - `.github/CONTRIBUTING.md`: in-guide links withdrawn one level to the root - `QUICKSTART-DEV.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md --- .github/CONTRIBUTING.md | 4 ++-- QUICKSTART-DEV.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 268d42b..196fe30 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -77,9 +77,9 @@ When reporting, include: ## Code of Conduct All contributors are expected to adhere to our ethical standards. See -[CODE_OF_CONDUCT](CODE_OF_CONDUCT.adoc) for details. +[CODE_OF_CONDUCT](../CODE_OF_CONDUCT.adoc) for details. ## License By contributing, you agree that your contributions will be licensed -under the same license as the project (see [LICENSE](LICENSE)). +under the same license as the project (see [LICENSE](../LICENSE)). diff --git a/QUICKSTART-DEV.adoc b/QUICKSTART-DEV.adoc index 3a26c44..e284183 100644 --- a/QUICKSTART-DEV.adoc +++ b/QUICKSTART-DEV.adoc @@ -38,4 +38,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.