From dade8dd80f5a5e357ba171b2c8af516eee772ed0 Mon Sep 17 00:00:00 2001 From: Hampus Bengtsson Date: Sat, 30 Jun 2018 21:28:24 +0200 Subject: [PATCH] =?UTF-8?q?README.md=20=E2=80=93=20fix=20link=20to=20cargo?= =?UTF-8?q?=20features=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8d677e..424c466 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ newer SQLite version; see details below. ### Optional Features Rusqlite provides several features that are behind [Cargo -features](http://doc.crates.io/manifest.html#the-features-section). They are: +features](https://doc.rust-lang.org/cargo/reference/manifest.html#the-features-section). They are: * [`load_extension`](http://jgallagher.github.io/rusqlite/rusqlite/struct.LoadExtensionGuard.html) allows loading dynamic library-based SQLite extensions.