Skip to content

Commit a7c118d

Browse files
BurdetteLamarpeterzhu2118
authored andcommitted
[DOC] Change link to on-page
1 parent e2d24ae commit a7c118d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/stringio/stringio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ strio_truncate(VALUE self, VALUE len)
18881888
* external_encoding -> encoding or nil
18891889
*
18901890
* Returns an Encoding object that represents the encoding of the string;
1891-
* see {Encoding}[https://docs.ruby-lang.org/en/master/Encoding.html]:
1891+
* see {Encodings}[rdoc-ref:StringIO@Encodings]:
18921892
*
18931893
* strio = StringIO.new('foo')
18941894
* strio.external_encoding # => #<Encoding:UTF-8>

0 commit comments

Comments
 (0)