aboutsummaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/model')
-rw-r--r--src/model/permissions.rs10
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.
///