summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjay1723 <jay1723@gmail.com>2019-10-15 16:45:26 -0400
committerGitHub <noreply@github.com>2019-10-15 16:45:26 -0400
commitd284d5dc5fe9c1420ac195964767b96ec5381a24 (patch)
treede99fcf96df0c3d6ad8173a988542d12b0aaca98 /docs
parente98269b093907abaaae971aebce92cb2ea82e89f (diff)
downloadcherrypy-git-d284d5dc5fe9c1420ac195964767b96ec5381a24.tar.gz
Update docs/advanced.rst
Co-Authored-By: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
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>`.