aboutsummaryrefslogtreecommitdiff
path: root/src/voice/manager.rs
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-01-31 14:56:12 -0800
committerZeyla Hellyer <[email protected]>2018-01-31 14:56:56 -0800
commit8578d5fe6e3bdc2842cda9417c242169f93b1a99 (patch)
treeba5ce74c82510f5d3b6b490b09eb5e6d2de77ca1 /src/voice/manager.rs
parentAdd create message builder example (#268) (diff)
downloadserenity-8578d5fe6e3bdc2842cda9417c242169f93b1a99.tar.xz
serenity-8578d5fe6e3bdc2842cda9417c242169f93b1a99.zip
Fix broken docs links caused by model mod changes
Fix broken links caused by the `model` module changes in v0.5.0, which split up the module into sub-modules for better organization.
Diffstat (limited to 'src/voice/manager.rs')
-rw-r--r--src/voice/manager.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/voice/manager.rs b/src/voice/manager.rs
index 79f469a..b4b36b0 100644
--- a/src/voice/manager.rs
+++ b/src/voice/manager.rs
@@ -16,9 +16,9 @@ use super::Handler;
/// If a `guild_id` is provided, then the target is the guild, as a user
/// can not be connected to two channels within one guild simultaneously.
///
-/// [`Group`]: ../../model/struct.Group.html
+/// [`Group`]: ../../model/channel/struct.Group.html
/// [`Handler`]: struct.Handler.html
-/// [guild's channel]: ../../model/enum.ChannelType.html#variant.Voice
+/// [guild's channel]: ../../model/channel/enum.ChannelType.html#variant.Voice
/// [`Shard`]: ../gateway/struct.Shard.html
#[derive(Clone, Debug)]
pub struct Manager {