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/client/mod.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/client/mod.rs') diff --git a/src/client/mod.rs b/src/client/mod.rs index 04e8e08..21046de 100644 --- a/src/client/mod.rs +++ b/src/client/mod.rs @@ -1,7 +1,7 @@ //! The Client contains information about a single bot or user's token, as well //! as event handlers. Dispatching events to configured handlers and starting //! the shards' connections are handled directly via the client. In addition, -//! the [`rest`] module and [`Cache`] are also automatically handled by the +//! the `rest` module and `Cache` are also automatically handled by the //! Client module for you. //! //! A [`Context`] is provided for every handler. The context is an ergonomic @@ -17,8 +17,6 @@ //! //! [`Client`]: struct.Client.html#examples //! [`Context`]: struct.Context.html -//! [`Cache`]: ../ext/cache/index.html -//! [`rest`]: rest/index.html //! [Client examples]: struct.Client.html#examples pub mod gateway; -- cgit v1.2.3