rust-bitcoin / rust-bech32

Bech32 format encoding and decoding
MIT License
93 stars 49 forks source link

Unify hyperlinks across documentation #166

Closed bishopcheckmate closed 8 months ago

bishopcheckmate commented 8 months ago

Hey, I was browsing the master docs and found some hyperlinks broken due to missing /// line separator. I also unified the way that hyperlinks are written, and some stuff like fmt::Write std::io::Write or removed the crate:: prefixes

tcharding commented 8 months ago

Nice one! Thanks man.