summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-19 01:48:52 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-19 01:48:52 -0700
commit9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4 (patch)
tree84a74bb86aadd6b64ee31db6e1fd850882d31d80 /docs/glossary.rst
parent5488da0d165468199f0d07a2ca579b86617fad72 (diff)
downloadpyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.tar.gz
pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.tar.bz2
pyramid-9ce94ffb2ee4e09d106bc490fe89f6e9c1b555f4.zip
Fix broken links from linkcheck, exclude localhost from check
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 16a719e10..043721052 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -51,7 +51,7 @@ Glossary
You can use :term:`distribute` under Python 3 instead.
distribute
- `Distribute <https://pythonhosted.org/distribute/>`_ is a fork of
+ `Distribute <https://pypi.org/project/distribute/>`_ is a fork of
:term:`setuptools` which runs on both Python 2 and Python 3.
pkg_resources
@@ -384,12 +384,12 @@ Glossary
the box in ZPT and text flavors.
ZPT
- The `Zope Page Template <http://docs.zope.org/zope2/zope2book/ZPT.html>`_
+ The `Zope Page Template <https://zope.readthedocs.io/en/latest/zope2book/ZPT.html>`_
templating language.
METAL
`Macro Expansion for TAL
- <http://docs.zope.org/zope2/zope2book/AppendixC.html#metal-overview>`_, a
+ <https://zope.readthedocs.io/en/latest/zope2book/AppendixC.html#metal-overview>`_, a
part of :term:`ZPT` which makes it possible to share common look and feel
between templates.