From 54e15a5d2c91b11ab535fe4026e909fb01082e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20BERSAC?= Date: Tue, 4 Dec 2018 12:04:02 +0100 Subject: docs: Fix link to wikipedia --- docs/advanced.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 3def3437..41f8cef6 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -561,12 +561,12 @@ is provided by an external library called Database support ################ -CherryPy does not bundle any database access but its architecture -makes it easy to integrate common database interfaces such as -the DB-API specified in :pep:`249`. Alternatively, you can also -use an `ORM `_ -such as `SQLAlchemy `_ -or `SQLObject `_. +CherryPy does not bundle any database access but its architecture makes it easy +to integrate common database interfaces such as the DB-API specified in +:pep:`249`. Alternatively, you can also use an `ORM +`_ such as `SQLAlchemy +`_ or `SQLObject +`_. You will find `here `_ a recipe on how integrating SQLAlchemy using a mix of -- cgit v1.2.1