diff doc/introduction.rst @ 63:8867b3a5c4fa draft

Some minor fixes.
author David Barts <n5jrn@me.com>
date Thu, 20 Jun 2019 21:52:30 -0700
parents 55828c01e38f
children
line wrap: on
line diff
--- a/doc/introduction.rst	Sun Jun 09 14:16:17 2019 -0700
+++ b/doc/introduction.rst	Thu Jun 20 21:52:30 2019 -0700
@@ -3,6 +3,6 @@
 ************
 
 TinCan is a Python web framework, based on the `Bottle <http://bottlepy.org/>`_ micro-framework and
-the `Chameleon <https://bottlepy.org/>`_ templating engine. TinCan is based on the "code-behind"
-paradigm popularized by ASP.Net, convention over configuration, and clear
+the `Chameleon <https://pypi.org/project/Chameleon/>`_ templating engine. TinCan is based on the "code-behind"
+paradigm popularized by ASP.Net, convention over configuration, and
 separation of presentation and back-end logic.