[ruby/stringio] [DOC] Fix link

https://github.com/ruby/stringio/commit/e2d24ae8d7
This commit is contained in:
BurdetteLamar 2025-12-05 16:07:45 +00:00 committed by Hiroshi SHIBATA
parent 842f91aec0
commit 668fe01182
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -324,7 +324,7 @@ a binary stream may not be changed to text.
### Encodings
A stream has an encoding; see the [encodings document][encodings document].
A stream has an encoding; see [Encodings][encodings document].
The initial encoding for a new or re-opened stream depends on its [data mode][data mode]:
@ -683,7 +683,7 @@ Reading:
- #each_codepoint: reads each remaining codepoint, passing it to the block.
[bom]: https://en.wikipedia.org/wiki/Byte_order_mark
[encodings document]: https://docs.ruby-lang.org/en/master/encodings_rdoc.html
[encodings document]: https://docs.ruby-lang.org/en/master/language/encodings_rdoc.html
[io class]: https://docs.ruby-lang.org/en/master/IO.html
[kernel#puts]: https://docs.ruby-lang.org/en/master/Kernel.html#method-i-puts
[kernel#readline]: https://docs.ruby-lang.org/en/master/Kernel.html#method-i-readline