From d5ea59d3f6418e2a71f7b75e00ae5f07782586ac Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sat, 25 Jan 2014 17:41:24 -0700 Subject: [PATCH] Reference docs, not README, in CONTRIBUTING doc. --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c16b60e..a789156 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -20,12 +20,12 @@ When creating a pull request, try to: - Write tests if applicable - Note important changes in the `CHANGES`_ file -- Update the `README`_ file if needed +- Update the documentation if needed - Add yourself to the `AUTHORS`_ file .. _AUTHORS: AUTHORS.rst .. _CHANGES: CHANGES.rst -.. _README: README.rst + Testing -------