diff options
| author | Erk- <[email protected]> | 2018-08-09 20:34:33 +0200 |
|---|---|---|
| committer | zeyla <[email protected]> | 2018-08-09 11:34:33 -0700 |
| commit | 40053a71931bb63c43eb6f469ee3c94383c9e90a (patch) | |
| tree | 79c2fabc1229d0543205bc6daf8ebebc6ebc9755 /src/framework/standard/configuration.rs | |
| parent | [routing] Fix various incorrect routes. (#364) (diff) | |
| download | serenity-40053a71931bb63c43eb6f469ee3c94383c9e90a.tar.xz serenity-40053a71931bb63c43eb6f469ee3c94383c9e90a.zip | |
Fix all the dead links in the docs
Diffstat (limited to 'src/framework/standard/configuration.rs')
| -rw-r--r-- | src/framework/standard/configuration.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/framework/standard/configuration.rs b/src/framework/standard/configuration.rs index c237286..795493d 100644 --- a/src/framework/standard/configuration.rs +++ b/src/framework/standard/configuration.rs @@ -10,7 +10,7 @@ use std::{ }; use super::command::PrefixCheck; -/// The configuration to use for a [`Framework`] associated with a [`Client`] +/// The configuration to use for a [`StandardFramework`] associated with a [`Client`] /// instance. /// /// This allows setting configurations like the depth to search for commands, @@ -40,7 +40,7 @@ use super::command::PrefixCheck; /// ``` /// /// [`Client`]: ../../client/struct.Client.html -/// [`Framework`]: struct.Framework.html +/// [`StandardFramework`]: struct.StandardFramework.html /// [default implementation]: #impl-Default pub struct Configuration { #[doc(hidden)] pub allow_dm: bool, |