Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell (hyperpolymath) <6759885+hyper
## Audience

Developers working **on** `anvomidav`. For consumers (people calling or
depending on it) see <a href="./usage.adoc" class="adoc">usage</a>.
depending on it) see <a href="../docs/usage.adoc" class="adoc">usage</a>.

## Local-dev setup

Expand Down
2 changes: 1 addition & 1 deletion QUICKSTART-DEV.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ guix shell # Guix users
== Documentation

* link:ROADMAP.adoc[Roadmap] — Development phases and milestones
* link:CONTRIBUTING.md[Contributing] — How to participate
* link:.github/CONTRIBUTING.md[Contributing] — How to participate
* link:SECURITY.md[Security Policy] — Vulnerability reporting
* link:CODE_OF_CONDUCT.md[Code of Conduct] — Community standards

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ This roadmap is a living document. To propose changes:
2. Submit a PR for specific task additions
3. Use issues to claim tasks you want to work on

See link:CONTRIBUTING.md[CONTRIBUTING.md] for workflow details.
See link:.github/CONTRIBUTING.md[CONTRIBUTING.md] for workflow details.
2 changes: 1 addition & 1 deletion SECURITY.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ When using Nextgen Languages, we recommend:
* https://github.com/hyperpolymath/nextgen-languages/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]

Expand Down
Loading