diff --git a/QUICKSTART-DEV.adoc b/QUICKSTART-DEV.adoc index 8840734..daedc68 100644 --- a/QUICKSTART-DEV.adoc +++ b/QUICKSTART-DEV.adoc @@ -38,4 +38,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. diff --git a/SECURITY.adoc b/SECURITY.adoc index 8b9df0d..d44af13 100644 --- a/SECURITY.adoc +++ b/SECURITY.adoc @@ -411,7 +411,7 @@ When using InvestigativeJournalism.Jl, we recommend: * https://github.com/hyperpolymath/InvestigativeJournalism.jl/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/docs/QUICKSTART.adoc b/docs/QUICKSTART.adoc index c6aaa6f..2f52a0f 100644 --- a/docs/QUICKSTART.adoc +++ b/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