diff options
author | Burdette Lamar <[email protected]> | 2021-12-03 10:46:35 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-03 10:46:35 -0600 |
commit | 7fc9d83bd1c1b8c44790b6af0f81f3b7364270ca (patch) | |
tree | 51cf56347654f3d1ddb627bf5e53e66c34ac8948 /string.c | |
parent | 081539023adc2a5ed4466ef54767c5e0c4d72ace (diff) |
Fix link (#5208)
Notes
Notes:
Merged-By: BurdetteLamar <[email protected]>
Diffstat (limited to 'string.c')
-rw-r--r-- | string.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |