From ea593f9dd35df6892fa73061dda22fdf8a8a6055 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Mon, 26 Jun 2017 13:12:28 +0200
Subject: [PATCH] Merge pull request #3103 from stevepiercy/master

---
 docs/quick_tutorial/functional_testing.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst
index 3379357..518e3d6 100644
--- a/docs/quick_tutorial/functional_testing.rst
+++ b/docs/quick_tutorial/functional_testing.rst
@@ -14,7 +14,7 @@
 In web applications, though, the templating and entire apparatus of a web site
 are important parts of the delivered quality. We'd like a way to test these.
 
-`WebTest <http://docs.pylonsproject.org/projects/webtest/en/latest/>`_ is a
+`WebTest <https://docs.pylonsproject.org/projects/webtest/en/latest/>`_ is a
 Python package that does functional testing. With WebTest you can write tests
 which simulate a full HTTP request against a WSGI application, then test the
 information in the response. For speed purposes, WebTest skips the

--
Gitblit v1.9.3