From 2f00a1444c2bb8a266e1f9adf7cdf806471b8d08 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Mon, 17 Dec 2018 08:43:54 -0600 Subject: [PATCH] Update new contributing guide changelog ref [skip travis] --- docs/source/contributing/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/contributing/contributing.md b/docs/source/contributing/contributing.md index 01cec4f2..ccffce66 100644 --- a/docs/source/contributing/contributing.md +++ b/docs/source/contributing/contributing.md @@ -31,7 +31,7 @@ to help you make a contribution. * describe why you are proposing the changes you are proposing; * try to not rush changes (the definition of rush depends on how big your changes are); -* Enter your changes into the [change log](https://github.com/jupyter/repo2docker/blob/master/CHANGES.rst); +* Enter your changes into the [changelog](https://repo2docker.readthedocs.io/en/latest/changelog.html) in `docs/source/changelog.rst`; * someone else has to merge your PR; * new code needs to come with a test; * apply [PEP8](https://www.python.org/dev/peps/pep-0008/) as much