diff options
| author | Zeyla Hellyer <[email protected]> | 2017-06-17 10:58:37 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-17 10:58:37 -0700 |
| commit | 515fc76185fc303815b938e22de393fc2d801e18 (patch) | |
| tree | c853ee337a53f823f0b1d39d7bd888c1add19956 /src | |
| parent | Deprecate a couple Channel methods (diff) | |
| download | serenity-515fc76185fc303815b938e22de393fc2d801e18.tar.xz serenity-515fc76185fc303815b938e22de393fc2d801e18.zip | |
Fix broken docs links on Permissions struct
Diffstat (limited to 'src')
| -rw-r--r-- | src/model/permissions.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/model/permissions.rs b/src/model/permissions.rs index aeaf664..383a8d4 100644 --- a/src/model/permissions.rs +++ b/src/model/permissions.rs @@ -178,11 +178,11 @@ bitflags! { /// [`PermissionOverwrite`]s, roles globally in a [`Guild`], and to /// [`GuildChannel`]s. /// - /// [`Guild`]: struct.Guild.html - /// [`GuildChannel`]: struct.GuildChannel.html - /// [`PermissionOverwrite`]: struct.PermissionOverwrite.html - /// [`Role`]: struct.Role.html - /// [`User`]: struct.User.html + /// [`Guild`]: ../struct.Guild.html + /// [`GuildChannel`]: ../struct.GuildChannel.html + /// [`PermissionOverwrite`]: ../struct.PermissionOverwrite.html + /// [`Role`]: ../struct.Role.html + /// [`User`]: ../struct.User.html pub flags Permissions: u64 { /// Allows for the creation of [`RichInvite`]s. /// |