Skip to content

Commit

Permalink
Fix ChannelId::send_message's dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Jul 25, 2018
1 parent 592a0a7 commit 7a93557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/model/channel/channel_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,9 @@ impl ChannelId {
/// over the limit.
///
/// [`Channel`]: enum.Channel.html
/// [`ModelError::MessageTooLong`]: enum.ModelError.html#variant.MessageTooLong
/// [`CreateMessage`]: ../builder/struct.CreateMessage.html
/// [Send Messages]: permissions/constant.SEND_MESSAGES.html
/// [`ModelError::MessageTooLong`]: ../error/enum.Error.html#variant.MessageTooLong
/// [`CreateMessage`]: ../../builder/struct.CreateMessage.html
/// [Send Messages]: ../permissions/struct.Permissions.html#associatedconstant.SEND_MESSAGES
#[cfg(feature = "utils")]
pub fn send_message<F>(&self, f: F) -> Result<Message>
where F: FnOnce(CreateMessage) -> CreateMessage {
Expand Down

0 comments on commit 7a93557

Please sign in to comment.