From adca6f24b12d15299bf82fb518502dd27f4add84 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 9 Feb 2022 15:31:10 +0900 Subject: [PATCH] [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: Note that (a if b rescue c) is parsed as ((a if b) rescue c) due to reasons not related to precedence. See {modifier -statements}[control_expressions_rdoc.html#label-Modifier+Statements]. +statements}[control_expressions.rdoc#label-Modifier+Statements]. { ... } blocks have priority below all listed operations, but do ... end blocks have lower priority.