summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-12-15 06:13:36 -0600
committerJason Madden <jamadden@gmail.com>2017-12-15 06:13:36 -0600
commit7f369b01c1e3d91570dab22214f2aa277fdee552 (patch)
tree86646f68fa6732a323e2d26161c1cdc43794c7e2
parente787f7b13d5db2f71b46df0b837abd8a551e57e8 (diff)
downloadzope-pagetemplate-pagetemplates-rtd.tar.gz
Point to pagetemplates.rtd.io instead of the zope2 book. Refs zopefoundation/zope.tal#9 [skip ci]pagetemplates-rtd
-rw-r--r--README.rst2
-rw-r--r--docs/using.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 730907f..ef7f143 100644
--- a/README.rst
+++ b/README.rst
@@ -30,7 +30,7 @@ Page Templates are based on `a Template Attribute Language
<https://pypi.python.org/pypi/zope.tal>`_ with expressions provided by
`TALES <https://pypi.python.org/pypi/zope.tales>`_. For a description
of their syntax, see `the reference documentation
-<https://zope.readthedocs.io/en/latest/zope2book/AppendixC.html>`_.
+<https://pagetemplates.readthedocs.io/en/latest/>`_.
For detailed documentation on the usage of this package, see
https://zopepagetemplate.readthedocs.io
diff --git a/docs/using.rst b/docs/using.rst
index a1e5fc0..ddfa1d3 100644
--- a/docs/using.rst
+++ b/docs/using.rst
@@ -6,7 +6,7 @@ This document focuses on usage of the Page Templates API.
For information about writing Page Templates documents and using TAL
and TALES, refer to the `reference documentation
-<https://zope.readthedocs.io/en/latest/zope2book/AppendixC.html>`_ or the
+<https://pagetemplates.readthedocs.io/en/latest/>`_ or the
`Chameleon documentation
<https://chameleon.readthedocs.io/en/latest/reference.html>`_ if you
are using z3c.ptcompat.