[前][次][番号順一覧][スレッド一覧]

ruby-changes:70048

From: Burdette <ko1@a...>
Date: Sat, 4 Dec 2021 01:46:50 +0900 (JST)
Subject: [ruby-changes:70048] 7fc9d83bd1 (master): Fix link (#5208)

https://git.ruby-lang.org/ruby.git/commit/?id=7fc9d83bd1

From 7fc9d83bd1c1b8c44790b6af0f81f3b7364270ca Mon Sep 17 00:00:00 2001
From: Burdette Lamar <BurdetteLamar@Y...>
Date: Fri, 3 Dec 2021 10:46:35 -0600
Subject: Fix link (#5208)

---
 string.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/string.c b/string.c
index 9dcc8282c51..503977cf533 100644
--- a/string.c
+++ b/string.c
@@ -11891,7 +11891,7 @@ rb_enc_interned_str_cstr(const char *ptr, rb_encoding *enc) https://github.com/ruby/ruby/blob/trunk/string.c#L11891
  *  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
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]