aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2022-11-09 10:15:39 -0600
committerGitHub <noreply@github.com>2022-11-09 10:15:39 -0600
commit0e1e1b19804b7ea704ec43c4fb23082f7e74da3b (patch)
tree3492ff8f738d9df46c3e5583ddb8e2cef5a77915 /file.c
parent1dc4128e92ed6e7af8556abdfb657c135f4e13b7 (diff)
downloadruby-0e1e1b19804b7ea704ec43c4fb23082f7e74da3b.tar.gz
[DOC] Enhanced RDoc for IO (#6669)
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index efd15ea8a1..93f5898ccd 100644
--- a/file.c
+++ b/file.c
@@ -7147,7 +7147,7 @@ const char ruby_null_device[] =
* strings read are converted from external to internal encoding,
* and strings written are converted from internal to external encoding.
* For further details about transcoding input and output,
- * see {Encodings}[rdoc-ref:io_streams.rdoc@Encodings].
+ * see {Encodings}[rdoc-ref:encodings.rdoc@Encodings].
*
* If the external encoding is <tt>'BOM|UTF-8'</tt>, <tt>'BOM|UTF-16LE'</tt>
* or <tt>'BOM|UTF16-BE'</tt>,