aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2014-12-01 22:01:59 -0500
committerRuss Cox <rsc@swtch.com>2014-12-02 03:14:40 +0000
commit5d86ecd4b7fd8bccc88a06803c7f8ace26a88788 (patch)
treecfab30800e7c40aaac8d672d48728cf79260d25b
parentd67a3d3083b9a2186a96fd7f9a6de8af35499c85 (diff)
downloadplan9port-5d86ecd4b7fd8bccc88a06803c7f8ace26a88788.tar.gz
plan9port-5d86ecd4b7fd8bccc88a06803c7f8ace26a88788.tar.bz2
plan9port-5d86ecd4b7fd8bccc88a06803c7f8ace26a88788.zip
CONTRIBUTING.md: fix link to codereview(1)
Change-Id: I259a397398776bf9a172f1f4ed69e608166f35fb Reviewed-on: https://plan9port-review.googlesource.com/1097 Reviewed-by: Russ Cox <rsc@swtch.com>
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 54ca5794..50b65d67 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,5 +1,5 @@
Plan 9 from User Space uses Gerrit instead of GitHub pull requests.
-See the [codereview(1)](http://swtch.com/usr/local/plan9/man/man1/codereview.html) man page.
+See the [codereview(1)](http://swtch.com/plan9port/man/man1/codereview.html) man page.
If you would like to use git directly instead of the codereview(1) wrapper, that is fine too.
Follow the instructions on the RE2 [Contributing](https://github.com/google/re2/wiki/Contribute) wiki page,