summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2021-12-03 10:46:35 -0600
committerGitHub <noreply@github.com>2021-12-03 10:46:35 -0600
commit7fc9d83bd1c1b8c44790b6af0f81f3b7364270ca (patch)
tree51cf56347654f3d1ddb627bf5e53e66c34ac8948 /string.c
parent081539023adc2a5ed4466ef54767c5e0c4d72ace (diff)
Fix link (#5208)
Notes
Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/string.c b/string.c
index 9dcc8282c5..503977cf53 100644
--- a/string.c
+++ b/string.c
@@ -11891,7 +11891,7 @@ rb_enc_interned_str_cstr(const char *ptr, rb_encoding *enc)
* Note that <tt>\\\\</tt> is interpreted as an escape, i.e., a single backslash.
*
* Note also that a string literal consumes backslashes.
- * See rdoc-ref:syntax/literals.rdoc for details about string literals.
+ * See {String Literals}[doc/syntax/literals_rdoc.html#label-String+Literals] for details about string literals.
*
* A back-reference is typically preceded by an additional backslash.
* For example, if you want to write a back-reference <tt>\&</tt> in