From fbfd8191cee8536078cc01cd2256378ba0711f22 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Tue, 02 May 2017 06:05:53 +0200
Subject: [PATCH] fix url syntax yet again

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

diff --git a/CHANGES.txt b/CHANGES.txt
index 0513fd3..2378ec8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,7 +11,7 @@
 
   For now, Pyramid is still shipping with integrated support for the
   PasteDeploy INI format by depending on the
-  `plaster_pastedeploy <https://github.com/Pylons/plaster_pastedeploy`_
+  `plaster_pastedeploy <https://github.com/Pylons/plaster_pastedeploy>`_
   binding library. This may change in the future.
 
   See https://github.com/Pylons/pyramid/pull/2985
diff --git a/docs/conf.py b/docs/conf.py
index df58064..f09ae32 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -67,6 +67,7 @@
     'cookiecutter': ('https://cookiecutter.readthedocs.io/en/latest/', None),
     'deform': ('http://docs.pylonsproject.org/projects/deform/en/latest', None),
     'jinja2': ('http://docs.pylonsproject.org/projects/pyramid-jinja2/en/latest/', None),
+    'plaster': ('http://docs.pylonsproject.org/projects/plaster/en/latest/', None),
     'pylonswebframework': ('http://docs.pylonsproject.org/projects/pylons-webframework/en/latest/', None),
     'python': ('https://docs.python.org/3', None),
     'pytest': ('http://pytest.org/latest/', None),

--
Gitblit v1.9.3