fixing a broken link for the ORM documentation (#7005)

This commit is contained in:
Marcus 2019-03-11 22:41:16 -07:00 committed by Maxime Beauchemin
parent 6a4d507ab6
commit 83b5dcc8c2
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ this walkthrough, youll only need to do **two things**:
This example shows the connection string for our test weather database. This example shows the connection string for our test weather database.
As noted in the text below the URI, you should refer to the SQLAlchemy As noted in the text below the URI, you should refer to the SQLAlchemy
documentation on documentation on
`creating new connection URIs <http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html#database-urls>`_ `creating new connection URIs <https://docs.sqlalchemy.org/en/rel_1_2/core/engines.html#database-urls>`_
for your target database. for your target database.
Click the **Test Connection** button to confirm things work end to end. Click the **Test Connection** button to confirm things work end to end.