diff --git a/QUICKSTART-DEV.adoc b/QUICKSTART-DEV.adoc index 4521e86..a9e3c9d 100644 --- a/QUICKSTART-DEV.adoc +++ b/QUICKSTART-DEV.adoc @@ -36,4 +36,4 @@ just assail # run panic-attack security scan == Contributing -See link:CONTRIBUTING.md[CONTRIBUTING.md] for guidelines. +See link:.github/CONTRIBUTING.md[CONTRIBUTING.md] for guidelines. diff --git a/README_STATUS.adoc b/README_STATUS.adoc index c75ba51..25d3ac7 100644 --- a/README_STATUS.adoc +++ b/README_STATUS.adoc @@ -312,7 +312,7 @@ - link:docs/TECHNICAL_DEBT.md[Technical Debt Registry] - link:.github/hypatia-rules/panll-v0.2.0-fixes.yml[Hypatia Rules] - link:CHANGELOG.md[Changelog] -- link:CONTRIBUTING.md[Contribution Guide] +- link:.github/CONTRIBUTING.md[Contribution Guide] **Contact:** - **Maintainer:** [Your Name] diff --git a/panel-clades/SECURITY.adoc b/panel-clades/SECURITY.adoc index 01fec10..12fb457 100644 --- a/panel-clades/SECURITY.adoc +++ b/panel-clades/SECURITY.adoc @@ -410,7 +410,7 @@ When using Panll, we recommend: * https://github.com/hyperpolymath/panll/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/panel-clades/docs/QUICKSTART.adoc b/panel-clades/docs/QUICKSTART.adoc index 1ea963f..a74f690 100644 --- a/panel-clades/docs/QUICKSTART.adoc +++ b/panel-clades/docs/QUICKSTART.adoc @@ -56,7 +56,7 @@ docs/ # Documentation * Browse the link:.[docs/] for architecture and conventions * Run `+just --list+` to see all available commands -* Read link:../CONTRIBUTING.md[CONTRIBUTING.md] when you are ready to +* Read link:../../.github/CONTRIBUTING.md[CONTRIBUTING.md] when you are ready to contribute === Troubleshooting