fix(docs): Fix a few links that break in sourcegraph.

I found a few links that seem to be absolute-path links designed for
cgit. Replace them with relative links instead, so that they work
within both sourcegraph and cgit. This commit handles this fix for the
top-level README.md, and the ones within docs/.

Change-Id: I842ffaf8ee893d3ed8490fe07c621d791d77d0ac
Reviewed-on: https://cl.tvl.fyi/c/depot/+/496
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
nyanotech 2020-06-18 22:55:28 -07:00
parent ff77481367
commit b8251556c6
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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