From 1b1573c5b2d817e4eb585030476c4581eb92ce15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Miedzi=C5=84ski?= Date: Sat, 11 Feb 2017 10:50:13 +0100 Subject: [PATCH] Fix URL Markdown syntax in Connection docs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 0671cf4..f753902 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -208,7 +208,7 @@ impl Connection { /// Open a new connection to a SQLite database. /// - /// Database Connection](http://www.sqlite.org/c3ref/open.html) for a description of valid + /// [Database Connection](http://www.sqlite.org/c3ref/open.html) for a description of valid /// flag combinations. /// /// # Failure @@ -228,7 +228,7 @@ impl Connection { /// Open a new connection to an in-memory SQLite database. /// - /// Database Connection](http://www.sqlite.org/c3ref/open.html) for a description of valid + /// [Database Connection](http://www.sqlite.org/c3ref/open.html) for a description of valid /// flag combinations. /// /// # Failure