Fix SQLAlchemy reference link

Issue was raised in I20171c815d4718bb90f54b5b4184191118f31fe2 that the link
to the SQLAlchemy reference doc was not correct, but that is outside the
scope for what that patch is addressing.

To address that concern, this changes the link to the current URL.

TrivialFix

Change-Id: I43aac003805d0496cb7b906af9b24b92335b9dfa
This commit is contained in:
Sean McGinnis 2017-11-08 00:41:22 -06:00 committed by Sean McGinnis
parent 9599c6ad81
commit 1531af4c99
1 changed files with 1 additions and 1 deletions

View File

@ -1326,7 +1326,7 @@ on command line)
Sets the SQLAlchemy connection string to use when connecting to the registry
database. Please see the documentation for
`SQLAlchemy connection strings <http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/connections.html>`_
`SQLAlchemy connection strings <http://docs.sqlalchemy.org/en/latest/core/connections.html>`_
online. You must urlencode any special characters in CONNECTION_STRING.
``sql_timeout=SECONDS``