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

ruby-changes:71123

From: Nobuyoshi <ko1@a...>
Date: Wed, 9 Feb 2022 15:55:16 +0900 (JST)
Subject: [ruby-changes:71123] adca6f24b1 (master): [DOC] Prefer the original file names over generated names

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

From adca6f24b12d15299bf82fb518502dd27f4add84 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 9 Feb 2022 15:31:10 +0900
Subject: [DOC] Prefer the original file names over generated names

Should also the label in an explicit `rdoc-ref:` link be converted
in the future?
---
 doc/syntax/precedence.rdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/syntax/precedence.rdoc b/doc/syntax/precedence.rdoc
index f64691ab1f..f0ca92b571 100644
--- a/doc/syntax/precedence.rdoc
+++ b/doc/syntax/precedence.rdoc
@@ -55,7 +55,7 @@ keywords.  For example, this is a modifier-unless statement: https://github.com/ruby/ruby/blob/trunk/doc/syntax/precedence.rdoc#L55
 
 Note that <code>(a if b rescue c)</code> is parsed as <code>((a if b) rescue
 c)</code> due to reasons not related to precedence. See {modifier
-statements}[control_expressions_rdoc.html#label-Modifier+Statements].
+statements}[control_expressions.rdoc#label-Modifier+Statements].
 
 <code>{ ... }</code> blocks have priority below all listed operations, but
 <code>do ... end</code> blocks have lower priority.
-- 
cgit v1.2.1


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

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