Update SQLAlchemy url in docs

The existing url does not work.

Change-Id: Ie5bef54be0e4122a10d0042c2ee2f5328f68d043
This commit is contained in:
Monty Taylor 2019-02-06 12:46:57 +00:00
parent 214146209d
commit 86d1a29b9b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ The connection options for the SQL driver are:
Database connection information in the form of a URI understood
by SQLAlchemy. See `The SQLAlchemy manual
<http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html#database-urls>`_
<https://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls>`_
for more information.
The driver will automatically set up the database creating and managing