This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 83b5dcc  fixing a broken link for the ORM documentation (#7005)
83b5dcc is described below

commit 83b5dcc8c2788157d3670b289b913c623d7f1817
Author: Marcus <[email protected]>
AuthorDate: Mon Mar 11 22:41:16 2019 -0700

    fixing a broken link for the ORM documentation (#7005)
---
 docs/tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 9aa0c01..8273398 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -61,7 +61,7 @@ this walkthrough, you’ll only need to do **two things**:
 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 
 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.
 
 Click the **Test Connection** button to confirm things work end to end. 

Reply via email to