diff --git a/doc/manpages/account-server.conf.5 b/doc/manpages/account-server.conf.5 index 53c3cc27d9..c4caa98377 100644 --- a/doc/manpages/account-server.conf.5 +++ b/doc/manpages/account-server.conf.5 @@ -42,7 +42,7 @@ certain number of key/value parameters which are described later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at -\fIhttp://pythonpaste.org/deploy/#config-format\fR +\fIhttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/#config-format\fR diff --git a/doc/manpages/container-reconciler.conf.5 b/doc/manpages/container-reconciler.conf.5 index 3c2333d094..79797b6496 100644 --- a/doc/manpages/container-reconciler.conf.5 +++ b/doc/manpages/container-reconciler.conf.5 @@ -39,7 +39,7 @@ certain number of key/value parameters which are described later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at -\fIhttp://pythonpaste.org/deploy/#config-format\fR +\fIhttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/#config-format\fR .SH GLOBAL SECTION diff --git a/doc/manpages/container-server.conf.5 b/doc/manpages/container-server.conf.5 index d0b1778cc5..151d03596d 100644 --- a/doc/manpages/container-server.conf.5 +++ b/doc/manpages/container-server.conf.5 @@ -42,7 +42,7 @@ certain number of key/value parameters which are described later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at -\fIhttp://pythonpaste.org/deploy/#config-format\fR +\fIhttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/#config-format\fR diff --git a/doc/manpages/container-sync-realms.conf.5 b/doc/manpages/container-sync-realms.conf.5 index 6602615aae..e96b400115 100644 --- a/doc/manpages/container-sync-realms.conf.5 +++ b/doc/manpages/container-sync-realms.conf.5 @@ -47,7 +47,7 @@ certain number of key/value parameters which are described later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at -\fIhttp://pythonpaste.org/deploy/#config-format\fR +\fIhttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/#config-format\fR diff --git a/doc/manpages/object-expirer.conf.5 b/doc/manpages/object-expirer.conf.5 index 2ee94ec85e..a822e563bb 100644 --- a/doc/manpages/object-expirer.conf.5 +++ b/doc/manpages/object-expirer.conf.5 @@ -43,7 +43,7 @@ certain number of key/value parameters which are described later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at -\fIhttp://pythonpaste.org/deploy/#config-format\fR +\fIhttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/#config-format\fR diff --git a/doc/manpages/object-server.conf.5 b/doc/manpages/object-server.conf.5 index 7150c6c918..3d37af4dad 100644 --- a/doc/manpages/object-server.conf.5 +++ b/doc/manpages/object-server.conf.5 @@ -43,7 +43,7 @@ certain number of key/value parameters which are described later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at -\fIhttp://pythonpaste.org/deploy/#config-format\fR +\fIhttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/#config-format\fR diff --git a/doc/manpages/proxy-server.conf.5 b/doc/manpages/proxy-server.conf.5 index 1c03197ea8..adeeb6d81d 100644 --- a/doc/manpages/proxy-server.conf.5 +++ b/doc/manpages/proxy-server.conf.5 @@ -41,7 +41,7 @@ certain number of key/value parameters which are described later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at -\fIhttp://pythonpaste.org/deploy/#config-format\fR +\fIhttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/#config-format\fR diff --git a/doc/manpages/swift.conf.5 b/doc/manpages/swift.conf.5 index 87659b1757..b750cfdd4f 100644 --- a/doc/manpages/swift.conf.5 +++ b/doc/manpages/swift.conf.5 @@ -43,7 +43,7 @@ later. Any line that begins with a '#' symbol is ignored. You can find more information about python-pastedeploy configuration format at -\fIhttp://pythonpaste.org/deploy/#config-format\fR +\fIhttps://docs.pylonsproject.org/projects/pastedeploy/en/latest/#config-format\fR diff --git a/doc/source/development_middleware.rst b/doc/source/development_middleware.rst index 774dab5188..2e14e705cf 100644 --- a/doc/source/development_middleware.rst +++ b/doc/source/development_middleware.rst @@ -18,7 +18,7 @@ Middleware can be added to the Swift WSGI servers by modifying their `paste`_ configuration file. The majority of Swift middleware is applied to the :ref:`proxy-server`. -.. _paste: http://pythonpaste.org/ +.. _paste: https://pypi.org/project/Paste/ Given the following basic configuration:: @@ -172,7 +172,7 @@ documentation for more information about the syntax of the ``use`` option. All middleware included with Swift is installed to support the ``egg:swift`` syntax. -.. _PasteDeploy: http://pythonpaste.org/deploy/#egg-uris +.. _PasteDeploy: https://pypi.org/project/PasteDeploy/ Middleware may advertize its availability and capabilities via Swift's :ref:`discoverability` support by using