From 42784a45bc24f0f349ee03c8d77bc01df5ba6c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sat, 19 Sep 2015 13:10:23 -0400 Subject: [PATCH] DOC fix broken url --- CONTRIBUTING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.txt b/CONTRIBUTING.txt index 90909636..aefde504 100644 --- a/CONTRIBUTING.txt +++ b/CONTRIBUTING.txt @@ -137,7 +137,7 @@ Stylistic Guidelines -------------------- * Set up your editor to remove trailing whitespace. Follow `PEP08 - `__. Check code with pyflakes / flake8. + `__. Check code with pyflakes / flake8. * Use numpy data types instead of strings (``np.uint8`` instead of ``"uint8"``).