summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jason+github@nextthought.com>2017-12-15 07:50:48 -0600
committerFred Drake <fred@fdrake.net>2017-12-15 08:50:48 -0500
commit8e5ae29547768546716736ab23ff9695d6a8e35e (patch)
tree86646f68fa6732a323e2d26161c1cdc43794c7e2
parente787f7b13d5db2f71b46df0b837abd8a551e57e8 (diff)
downloadzope-pagetemplate-8e5ae29547768546716736ab23ff9695d6a8e35e.tar.gz
Point to pagetemplates.rtd.io instead of the zope2 book. Refs zopefoundation/zope.tal#9 (#14)
[skip ci]
-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.