summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/advanced.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index 22e09314..a9acbeb2 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -568,7 +568,8 @@ to integrate common database interfaces such as the DB-API specified in
<http://sqlalchemy.readthedocs.org>`_ or `SQLObject
<https://pypi.python.org/pypi/SQLObject/>`_.
-You will find a recipie at `SQL_Alchemy <https://bitbucket.org/Lawouach/cherrypy-recipes/src/tip/web/database/sql_alchemy/>`_
+You will find a recipe at `cherrypy-recipes
+ <https://bitbucket.org/Lawouach/cherrypy-recipes/src/tip/web/database/sql_alchemy/>`_
that explains how to integrate SQLAlchemy using a mix of
:ref:`plugins <busplugins>` and :ref:`tools <tools>`.