diff options
Diffstat (limited to 'src/client/gateway/shard.rs')
| -rw-r--r-- | src/client/gateway/shard.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/gateway/shard.rs b/src/client/gateway/shard.rs index 49dbe14..6f0a22d 100644 --- a/src/client/gateway/shard.rs +++ b/src/client/gateway/shard.rs @@ -57,7 +57,7 @@ type CurrentPresence = (Option<Game>, OnlineStatus, bool); /// /// See the documentation for [`new`] on how to use this. /// -/// [`Client`]: struct.Client.html +/// [`Client`]: ../struct.Client.html /// [`new`]: #method.new /// [`receive`]: #method.receive /// [docs]: https://discordapp.com/developers/docs/topics/gateway#sharding |