1 parent df0c65d commit 9e2ed5dCopy full SHA for 9e2ed5d
1 file changed
README.md
@@ -504,7 +504,7 @@ Installing in the local Maven repository:
504
505
The implementation is in Java 6, but the tests are in Groovy and [Spock](https://github.com/spockframework/spock).
506
507
-The query parsing is done with [ANTLR](http://www.antlr.org). The grammar is [here](src/main/grammar/Graphql.g4).
+The query parsing is done with [ANTLR](http://www.antlr.org). The grammar is [here](src/main/antlr/Graphql.g4).
508
509
The only runtime dependencies are ANTLR and Slf4J.
510
0 commit comments