Skip to content

Commit

Permalink
Update some doc references in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 28, 2020
1 parent 80751d0 commit eb796e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,7 @@

Contains the classes needed by [RuboCop](https://github.com/rubocop-hq/rubocop) to deal with Ruby's AST, in particular:
* `RuboCop::AST::Node`
* `RuboCop::AST::NodePattern` ([doc](manual/node_pattern.md))
* `RuboCop::AST::NodePattern` ([doc](docs/modules/ROOT/pages/node_pattern.adoc))

This gem may be used independently from the main RuboCop gem.

Expand All @@ -25,7 +25,7 @@ gem 'rubocop-ast'

## Usage

Refer to the documentation of `RuboCop::AST::Node` and [`RuboCop::AST::NodePattern`](manual/node_pattern.md)
Refer to the documentation of `RuboCop::AST::Node` and [`RuboCop::AST::NodePattern`](docs/modules/ROOT/pages/node_pattern.adoc)

## Contributing

Expand Down

0 comments on commit eb796e6

Please sign in to comment.