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/model/application.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/model/application.rs')
| -rw-r--r-- | src/model/application.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/application.rs b/src/model/application.rs index 894e8df..004f40d 100644 --- a/src/model/application.rs +++ b/src/model/application.rs @@ -20,7 +20,7 @@ pub struct ApplicationInfo { /// If a bot is public, anyone may invite it to their [`Guild`]. While a bot /// is private, only the owner may add it to a guild. /// - /// [`Guild`]: struct.Guild.html + /// [`Guild`]: ../guild/struct.Guild.html #[serde(default = "default_true")] pub bot_public: bool, /// Indicator of whether the bot requires an OAuth2 code grant. |