1diff --git a/src/write/encoder.rs b/src/write/encoder.rs 2index 8a48f43..4bb57eb 100644 3--- a/src/write/encoder.rs 4+++ b/src/write/encoder.rs 5@@ -223,7 +223,7 @@ impl<W: Write> Write for EncoderWriter<W> { 6 /// Under non-error circumstances, this returns `Ok` with the value being the number of bytes 7 /// of `input` consumed. The value may be `0`, which interacts poorly with `write_all`, which 8 /// interprets `Ok(0)` as an error, despite it being allowed by the contract of `write`. See 9- /// https://github.com/rust-lang/rust/issues/56889 for more on that. 10+ /// <https://github.com/rust-lang/rust/issues/56889> for more on that. 11 /// 12 /// If the previous call to `write` provided more (encoded) data than the delegate writer could 13 /// accept in a single call to its `write`, the remaining data is buffered. As long as buffered 14