From 94131908f00a8cbb714f3a93066e2a83dfc1c5b3 Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Tue, 24 Jan 2017 12:07:41 -0800 Subject: Fix docs links --- src/ext/framework/mod.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ext/framework/mod.rs') diff --git a/src/ext/framework/mod.rs b/src/ext/framework/mod.rs index 988d3a3..e2a4479 100644 --- a/src/ext/framework/mod.rs +++ b/src/ext/framework/mod.rs @@ -1,5 +1,6 @@ -//! The framework is a customizable method of separating commands, used in -//! combination with [`Client::with_framework`]. +//! The framework is a customizable method of separating commands. +//! +//! This is used in combination with [`Client::with_framework`]. //! //! The framework has a number of configurations, and can have any number of //! commands bound to it. The primary purpose of it is to offer the utility of -- cgit v1.2.3