From 71963176353e78a73a00961a2eba30844c800d8f Mon Sep 17 00:00:00 2001 From: cgilon Date: Fri, 28 Aug 2015 18:51:00 +0100 Subject: [PATCH] Fix link to numpy docs convention --- CONTRIBUTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 93f307d4..90909636 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -125,7 +125,7 @@ Guidelines * All code should have tests (see `test coverage`_ below for more details). * All code should be documented, to the same - `standard <://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt#docstring-standard>`_ as NumPy and SciPy. + `standard `_ as NumPy and SciPy. * For new functionality, always add an example to the gallery. * No changes are ever committed without review. Ask on the `mailing list `_ if