From 83a1c5938c65d501c7f26833f945255b6e5fa6a0 Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:07:10 +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, or were left half-updated, so they 404 or land on the wrong file from where they are written. - `.github/CONTRIBUTING.md`: in-guide links withdrawn one level to the root - `SECURITY.adoc`: CONTRIBUTING.md -> .github/CONTRIBUTING.md - `actions/validate/CONTRIBUTING.adoc`: target now matches the displayed path - `bindings/deno/CONTRIBUTING.adoc`: target now matches the displayed path - `bindings/haskell/CONTRIBUTING.adoc`: target now matches the displayed path - `bindings/rust/CONTRIBUTING.adoc`: target now matches the displayed path - `editors/vscode/CONTRIBUTING.adoc`: target now matches the displayed path - `pandoc/CONTRIBUTING.adoc`: target now matches the displayed path --- .github/CONTRIBUTING.md | 4 ++-- SECURITY.adoc | 2 +- actions/validate/CONTRIBUTING.adoc | 2 +- bindings/deno/CONTRIBUTING.adoc | 2 +- bindings/haskell/CONTRIBUTING.adoc | 2 +- bindings/rust/CONTRIBUTING.adoc | 2 +- editors/vscode/CONTRIBUTING.adoc | 2 +- pandoc/CONTRIBUTING.adoc | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 35f6190..1730876 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -46,7 +46,7 @@ flake (Perimeter 1) └── Justfile \# Task runner (Perimeter 1) **When reporting**: - Use the [bug report template](.github/ISSUE_TEMPLATE/bug_report.md) and include: + Use the [bug report template](../.github/ISSUE_TEMPLATE/bug_report.md) and include: - Clear, descriptive title - Environment details (OS, versions, toolchain) @@ -63,7 +63,7 @@ flake (Perimeter 1) └── Justfile \# Task runner (Perimeter 1) **When suggesting**: - Use the [feature request template](.github/ISSUE_TEMPLATE/feature_request.md) and include: + Use the [feature request template](../.github/ISSUE_TEMPLATE/feature_request.md) and include: - Problem statement (what pain point does this solve?) - Proposed solution diff --git a/SECURITY.adoc b/SECURITY.adoc index 1d989df..dc858a1 100644 --- a/SECURITY.adoc +++ b/SECURITY.adoc @@ -410,7 +410,7 @@ When using Standards, we recommend: * https://github.com/hyperpolymath/standards/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/actions/validate/CONTRIBUTING.adoc b/actions/validate/CONTRIBUTING.adoc index 7304ffd..98df7f3 100644 --- a/actions/validate/CONTRIBUTING.adoc +++ b/actions/validate/CONTRIBUTING.adoc @@ -19,7 +19,7 @@ We welcome contributions in many forms: == Contribution Policies -For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. +For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. == Code of Conduct diff --git a/bindings/deno/CONTRIBUTING.adoc b/bindings/deno/CONTRIBUTING.adoc index 7304ffd..98df7f3 100644 --- a/bindings/deno/CONTRIBUTING.adoc +++ b/bindings/deno/CONTRIBUTING.adoc @@ -19,7 +19,7 @@ We welcome contributions in many forms: == Contribution Policies -For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. +For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. == Code of Conduct diff --git a/bindings/haskell/CONTRIBUTING.adoc b/bindings/haskell/CONTRIBUTING.adoc index 7304ffd..98df7f3 100644 --- a/bindings/haskell/CONTRIBUTING.adoc +++ b/bindings/haskell/CONTRIBUTING.adoc @@ -19,7 +19,7 @@ We welcome contributions in many forms: == Contribution Policies -For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. +For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. == Code of Conduct diff --git a/bindings/rust/CONTRIBUTING.adoc b/bindings/rust/CONTRIBUTING.adoc index 7304ffd..98df7f3 100644 --- a/bindings/rust/CONTRIBUTING.adoc +++ b/bindings/rust/CONTRIBUTING.adoc @@ -19,7 +19,7 @@ We welcome contributions in many forms: == Contribution Policies -For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. +For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. == Code of Conduct diff --git a/editors/vscode/CONTRIBUTING.adoc b/editors/vscode/CONTRIBUTING.adoc index 7304ffd..98df7f3 100644 --- a/editors/vscode/CONTRIBUTING.adoc +++ b/editors/vscode/CONTRIBUTING.adoc @@ -19,7 +19,7 @@ We welcome contributions in many forms: == Contribution Policies -For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. +For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../../.github/CONTRIBUTING.md[../../.github/CONTRIBUTING.md]. == Code of Conduct diff --git a/pandoc/CONTRIBUTING.adoc b/pandoc/CONTRIBUTING.adoc index 5e05eae..5dcbad0 100644 --- a/pandoc/CONTRIBUTING.adoc +++ b/pandoc/CONTRIBUTING.adoc @@ -19,7 +19,7 @@ We welcome contributions in many forms: == Contribution Policies -For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:.github/CONTRIBUTING.md[../.github/CONTRIBUTING.md]. +For detailed rules on branch naming, commit messages, and the PR process, please refer to the machine-readable manual at link:../.github/CONTRIBUTING.md[../.github/CONTRIBUTING.md]. == Code of Conduct