aatxe / irc

the irc crate – usable, async IRC for Rust
Mozilla Public License 2.0
526 stars 100 forks source link

Broken link in docs in irc crate where irc_proto is pulled in #210

Closed BlueSpaceCanary closed 4 months ago

BlueSpaceCanary commented 4 years ago

Just a small docs nit I noticed: the link at https://github.com/aatxe/irc/blob/67e61e06060e2fde1435c724114af0087555c3cd/irc-proto/src/message.rs#L16 is broken when viewed in the irc crate docs, because in irc both Message and Command are directly members of client::prelude

aatxe commented 4 years ago

Is there a strategy for dealing with these kinds of issues? Surely, there ought to be a way to produce the link using the Rust full path to Command instead of this, but I don't know of such a thing.

aatxe commented 4 months ago

This should be fixed now.