We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c72fbe + 0f937d6 commit d03575bCopy full SHA for d03575b
lib/racc/parser.rb
@@ -120,7 +120,7 @@ class ParseError < StandardError; end
120
# yacc's $$ is the 'result', $0, $1... is
121
# an array called 'val', and $-1, $-2... is an array called '_values'.
122
#
123
-# 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
124
# more information on grammar files.
125
126
# == Parser
0 commit comments