From 4767770074547172b26d98159ae9f531a951f19a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 20 Nov 2018 20:00:32 -0800 Subject: Fix typo/spelling --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index a1f6d4777..341cbb884 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -40,7 +40,7 @@ The majority of the code in Pyramid is supplied under this license: SUCH DAMAGE. Portions of the code in Pyramid are supplied under the ZPL (headers -within individiual files indicate that these portions are licensed +within individual files indicate that these portions are licensed under the ZPL): Zope Public License (ZPL) Version 2.1 -- cgit v1.2.3 From 4d8ac54fdda66d4882619bdda862e3d4411fa76f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Tue, 27 Nov 2018 00:57:19 -0800 Subject: Update links to pastedeploy - Closes #3433 --- docs/glossary.rst | 2 +- docs/narr/paste.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/glossary.rst b/docs/glossary.rst index 9c6027209..a00960247 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -359,7 +359,7 @@ Glossary library created by Ian Bicking. PasteDeploy - `PasteDeploy `_ is a library used by + `PasteDeploy `_ is a library used by :app:`Pyramid` which makes it possible to configure :term:`WSGI` components together declaratively within an ``.ini`` file. It was developed by Ian Bicking. diff --git a/docs/narr/paste.rst b/docs/narr/paste.rst index ac8f7fdca..fe2846dd3 100644 --- a/docs/narr/paste.rst +++ b/docs/narr/paste.rst @@ -21,7 +21,7 @@ debugging an application. This chapter is not a replacement for documentation about PasteDeploy; it only contextualizes the use of PasteDeploy within Pyramid. For detailed -documentation, see https://pastedeploy.readthedocs.io/en/latest/. +documentation, see https://docs.pylonsproject.org/projects/pastedeploy/en/latest/. PasteDeploy ----------- -- cgit v1.2.3