From 0f937d62ba04917635fda336b154c64b51718020 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 19 May 2025 15:39:05 +0900 Subject: [PATCH] [DOC] Fix rdoc reference path --- lib/racc/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/racc/parser.rb b/lib/racc/parser.rb index 00c521c2..bc7a6312 100644 --- a/lib/racc/parser.rb +++ b/lib/racc/parser.rb @@ -120,7 +120,7 @@ class ParseError < StandardError; end # yacc's $$ is the 'result', $0, $1... is # an array called 'val', and $-1, $-2... is an array called '_values'. # -# See the {Grammar File Reference}[rdoc-ref:lib/racc/rdoc/grammar.en.rdoc] for +# See the {Grammar File Reference}[rdoc-ref:doc/en/grammar.en.rdoc] for # more information on grammar files. # # == Parser