From b8251556c6decffe7a64433bbfa7a7dd2001db4c Mon Sep 17 00:00:00 2001 From: nyanotech Date: Thu, 18 Jun 2020 22:55:28 -0700 Subject: 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c406dc5e6e..0807fa2761 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 -- cgit 1.4.1