From c349b0a1c1059863cf27d3c0651986ba1330a045 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 4 Apr 2016 17:14:08 -0700 Subject: [PATCH] Fixed link url in docs --- docs/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 44d7d1c76c379..46c6153c34d6a 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -15,8 +15,8 @@ Now click on the ``+`` button to add a new entry :scale: 30 % Fill in an arbitrary reference name for the database, and you SqlAlchemy -URI. To figure out how to construct your URI, check out the `SqlAlchemy -documentation `_. +URI. To figure out how to construct your URI, check out the +`SqlAlchemy documentation `_. Then you can test your connection. If it works, you'll see a positive popup and list of the tables that SqlAlchemy has found for that URI.