From 60f068d471e4c18791803a96fefff5c661c444e0 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:33: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. - `.github/CONTRIBUTING.md`: in-guide links withdrawn one level to the root - `SECURITY.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md --- .github/CONTRIBUTING.md | 8 ++++---- SECURITY.adoc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e7071de0..91c49bb0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -4,9 +4,9 @@ Thank you for your interest in AffineScript — a practical language for resource-safe systems, compiling to typed WebAssembly. This guide covers how to set up a working tree, file useful bugs, and submit changes. -For the language itself, start from [`README.adoc`](README.adoc). For +For the language itself, start from [`README.adoc`](../README.adoc). For project state, blockers, and next-actions, see -[`.machine_readable/descriptiles/STATE.a2ml`](.machine_readable/descriptiles/STATE.a2ml). +[`.machine_readable/descriptiles/STATE.a2ml`](../.machine_readable/descriptiles/STATE.a2ml). ’’’’’ @@ -84,7 +84,7 @@ template](.github/ISSUE_TEMPLATE/bug_report.md) and include: ### Suggesting Features -**Before suggesting:** 1. Skim [`docs/ROADMAP.adoc`](docs/ROADMAP.adoc) +**Before suggesting:** 1. Skim [`docs/ROADMAP.adoc`](../docs/ROADMAP.adoc) and `.machine_readable/descriptiles/STATE.a2ml`. 2. Search existing issues and discussions. @@ -178,4 +178,4 @@ participating you agree to abide by it. By contributing you agree your contribution is licensed under the project’s dual licence (MIT OR AGPL-3.0-or-later), as recorded in -[`LICENSE`](LICENSE) and per-file SPDX headers. +[`LICENSE`](../LICENSE) and per-file SPDX headers. diff --git a/SECURITY.adoc b/SECURITY.adoc index 2b9c2925..0a5542d0 100644 --- a/SECURITY.adoc +++ b/SECURITY.adoc @@ -410,7 +410,7 @@ When using \{\{PROJECT_NAME}}, we recommend: * https://github.com/%7B%7BOWNER%7D%7D/%7B%7BREPO%7D%7D/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]