Skip to content

Commit f69d447

Browse files
fix(docs): repoint references to the relocated contributing guide (#749)
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
1 parent 9ca159d commit f69d447

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Thank you for your interest in AffineScript — a practical language for
44
resource-safe systems, compiling to typed WebAssembly. This guide covers
55
how to set up a working tree, file useful bugs, and submit changes.
66

7-
For the language itself, start from [`README.adoc`](README.adoc). For
7+
For the language itself, start from [`README.adoc`](../README.adoc). For
88
project state, blockers, and next-actions, see
9-
[`.machine_readable/descriptiles/STATE.a2ml`](.machine_readable/descriptiles/STATE.a2ml).
9+
[`.machine_readable/descriptiles/STATE.a2ml`](../.machine_readable/descriptiles/STATE.a2ml).
1010

1111
’’’’’
1212

@@ -84,7 +84,7 @@ template](.github/ISSUE_TEMPLATE/bug_report.md) and include:
8484

8585
### Suggesting Features
8686

87-
**Before suggesting:** 1. Skim [`docs/ROADMAP.adoc`](docs/ROADMAP.adoc)
87+
**Before suggesting:** 1. Skim [`docs/ROADMAP.adoc`](../docs/ROADMAP.adoc)
8888
and `.machine_readable/descriptiles/STATE.a2ml`. 2. Search existing
8989
issues and discussions.
9090

@@ -178,4 +178,4 @@ participating you agree to abide by it.
178178

179179
By contributing you agree your contribution is licensed under the
180180
project’s dual licence (MIT OR AGPL-3.0-or-later), as recorded in
181-
[`LICENSE`](LICENSE) and per-file SPDX headers.
181+
[`LICENSE`](../LICENSE) and per-file SPDX headers.

SECURITY.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ When using \{\{PROJECT_NAME}}, we recommend:
410410
* https://github.com/%7B%7BOWNER%7D%7D/%7B%7BREPO%7D%7D/security/advisories[Security
411411
Advisories]
412412
* link:CHANGELOG.md[Changelog]
413-
* link:CONTRIBUTING.md[Contributing Guidelines]
413+
* link:.github/CONTRIBUTING.md[Contributing Guidelines]
414414
* https://cve.mitre.org/[CVE Database]
415415
* https://www.first.org/cvss/calculator/3.1[CVSS Calculator]
416416

0 commit comments

Comments
 (0)