From 45ecc8bf215bce7fe3319c4c482587564c45bdb9 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Fri, 21 Jul 2017 06:44:58 +0200
Subject: [PATCH] Merge pull request #3133 from stevepiercy/1.8-branch

---
 docs/conf.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index e1ef79a..9f4b523 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -77,7 +77,7 @@
     'tstring': ('https://docs.pylonsproject.org/projects/translationstring/en/latest', None),
     'tutorials': ('https://docs.pylonsproject.org/projects/pyramid-tutorials/en/latest/', None),
     'venusian': ('https://docs.pylonsproject.org/projects/venusian/en/latest', None),
-    'webob': ('http://docs.webob.org/en/latest', None),
+    'webob': ('https://docs.pylonsproject.org/projects/webob/en/latest/', None),
     'webtest': ('http://webtest.pythonpaste.org/en/latest', None),
     'who': ('http://repozewho.readthedocs.io/en/latest', None),
     'zcml': ('https://docs.pylonsproject.org/projects/pyramid-zcml/en/latest', None),

--
Gitblit v1.9.3