lib/rubocop/ast/node_pattern/lexer.rb in rubocop-ast-1.0.0 vs lib/rubocop/ast/node_pattern/lexer.rb in rubocop-ast-1.0.1
- old
+ new
@@ -12,10 +12,10 @@
module AST
class NodePattern
# Lexer class for `NodePattern`
#
# Doc on how this fits in the compiling process:
- # /doc/modules/ROOT/pages/node_pattern.md
+ # /docs/modules/ROOT/pages/node_pattern.adoc
class Lexer < LexerRex
Error = ScanError
REGEXP_OPTIONS = {
'i' => ::Regexp::IGNORECASE,