From e83c3d97961d747657a8c2a589356e2b6b99cad3 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Sun, 22 Oct 2017 15:51:56 +0200 Subject: [PATCH] Update URL from documentation. The new URL saves us a redirection and uses HTTPS --- docs/contribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index 187c3007..afba7523 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -15,8 +15,8 @@ Setting up the development environment ====================================== While there are many ways to set up one's development environment, following -is a method that uses `virtualenv `_. If you don't -have ``virtualenv`` installed, you can install it via:: +is a method that uses `virtualenv `_. +If you don't have ``virtualenv`` installed, you can install it via:: $ pip install virtualenv