diff options
author | nyanotech <nyanotechnology@gmail.com> | 2020-06-19T05·55-0700 |
---|---|---|
committer | nyanotech <nyanotechnology@gmail.com> | 2020-06-19T19·00+0000 |
commit | b8251556c6decffe7a64433bbfa7a7dd2001db4c (patch) | |
tree | e775535514632f2ef4fb81bd45485611a8ac9abf /docs | |
parent | ff77481367dddc5852191e3a4614250cca4f6f2c (diff) |
fix(docs): Fix a few links that break in sourcegraph. r/1043
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |