diff options
author | 2022-05-29 11:22:26 -0700 | |
---|---|---|
committer | 2022-05-29 11:22:36 -0700 | |
commit | 21ede683a648969095f818ee47deb10ec56a238d (patch) | |
tree | 8660f71755d1fa91f4cd73ae6659a97675fddf15 | |
parent | Fix deprecation warning from Falcon (diff) |
Fix paths to files in CONTRIBUTING.md
-rw-r--r-- | .github/CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5f9e6b3..b15a4ba 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -61,5 +61,5 @@ Updating NsJail mainly involves two steps: Other things to look out for are breaking changes to NsJail's config format, its command-line interface, or its logging format. Additionally, dependencies may have to be adjusted in the Dockerfile to get a new version to build or run. -[readme]: README.md -[Dockerfile]: Dockerfile +[readme]: ../README.md +[Dockerfile]: ../Dockerfile |