aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-03-03 13:53:49 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-03-03 14:58:48 -0800
commit6dd3c707c2dd921288a82ec9813d41b567ff07b6 (patch)
treec7016740c1409c983ffd8971a2763d6daaa985be /CONTRIBUTING.md
parent7db77f84422fec9f1361c100397cfef17f84ca8c (diff)
Update base INSTALL to markdown and remove outdated content
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9423c46547..03d2e276a8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@ In order to protect both you and ourselves, you will need to sign the
### Technical requirements
You will need several tools to work with this repository. In addition to all of
-the packages described in the [INSTALL](INSTALL) file, you will also need
+the packages described in the [INSTALL](INSTALL.md) file, you will also need
python, and the mako template renderer. To install the latter, using pip, one
should simply be able to do `pip install mako`.