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/builder/create_invite.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/builder/create_invite.rs')
| -rw-r--r-- | src/builder/create_invite.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/builder/create_invite.rs b/src/builder/create_invite.rs index c9b00ff..c38924b 100644 --- a/src/builder/create_invite.rs +++ b/src/builder/create_invite.rs @@ -59,8 +59,8 @@ use utils::VecMap; /// client.start().unwrap(); /// ``` /// -/// [`GuildChannel::create_invite`]: ../model/guild/struct.GuildChannel.html#method.create_invite -/// [`RichInvite`]: ../model/guild/struct.Invite.html +/// [`GuildChannel::create_invite`]: ../model/channel/struct.GuildChannel.html#method.create_invite +/// [`RichInvite`]: ../model/invite/struct.RichInvite.html #[derive(Clone, Debug)] pub struct CreateInvite(pub VecMap<&'static str, Value>); |