diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/CONTRIBUTING.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index c406dc5e6ea4..0807fa276136 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ README. Check out my [list of the best tools][best-tools] for example. # Contributing If you'd like to contribute to any of the tools in here, please check out the -[contribution guidelines](/tree/docs/CONTRIBUTING.md). +[contribution guidelines](./docs/CONTRIBUTING.md). [monorepo]: https://en.wikipedia.org/wiki/Monorepo [tvl]: https://tvl.fyi diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 7f2c661a5bb1..80481d88d3eb 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -17,7 +17,7 @@ Contribution Guidelines This is a loose set of "guidelines" for contributing to the depot. Please note that we will not accept any patches that don't follow these guidelines. -Also consider the [code of conduct](/tree/docs/CODE_OF_CONDUCT.md). No really, +Also consider the [code of conduct](./CODE_OF_CONDUCT.md). No really, you should. ## Before making a change |