Skip to content

Commit 9e2ed5d

Browse files
authored
Fixed link to grammar
1 parent df0c65d commit 9e2ed5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ Installing in the local Maven repository:
504504

505505
The implementation is in Java 6, but the tests are in Groovy and [Spock](https://github.com/spockframework/spock).
506506

507-
The query parsing is done with [ANTLR](http://www.antlr.org). The grammar is [here](src/main/grammar/Graphql.g4).
507+
The query parsing is done with [ANTLR](http://www.antlr.org). The grammar is [here](src/main/antlr/Graphql.g4).
508508

509509
The only runtime dependencies are ANTLR and Slf4J.
510510

0 commit comments

Comments
 (0)