diff options
| author | Lakelezz <[email protected]> | 2018-04-04 13:35:16 +0200 |
|---|---|---|
| committer | alex <[email protected]> | 2018-04-04 13:35:16 +0200 |
| commit | 7f09642fa66517fc983f63bb2e414638382a6512 (patch) | |
| tree | 962ebd70c403fb1d0a11356e1156e83139207534 /src/model/channel/mod.rs | |
| parent | Short-circuit on an error (diff) | |
| download | serenity-7f09642fa66517fc983f63bb2e414638382a6512.tar.xz serenity-7f09642fa66517fc983f63bb2e414638382a6512.zip | |
Fix nsfw related docs (#299)
Diffstat (limited to 'src/model/channel/mod.rs')
| -rw-r--r-- | src/model/channel/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/channel/mod.rs b/src/model/channel/mod.rs index 5487a0b..8d586a6 100644 --- a/src/model/channel/mod.rs +++ b/src/model/channel/mod.rs @@ -304,7 +304,7 @@ impl Channel { /// /// Refer to [`utils::is_nsfw`] for more details. /// - /// [`utils::is_nsfw`]: ../utils/fn.is_nsfw.html + /// [`utils::is_nsfw`]: ../../utils/fn.is_nsfw.html #[cfg(all(feature = "model", feature = "utils"))] #[inline] pub fn is_nsfw(&self) -> bool { |