Skip to content

Commit

Permalink
chore(docs): fix broken link to Antlr project file
Browse files Browse the repository at this point in the history
Part of #44
  • Loading branch information
adamconnelly committed Oct 9, 2020
1 parent 637c429 commit 6e28a46
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,11 @@ The official Thrift grammar can be found
the grammar from Thrift because we need to make our grammar slightly less strict
in order to provide great errors and warnings.

The [Thrift.Net.Antlr.csproj](/src/Thrift.Net.Antlr.csproj) file is configured
to automatically build the grammar, so all you need to do to get up and running
is make sure you have a valid install of the JDK, however you can follow the
instructions on the Antlr site if you want to install the tool globally.
The [Thrift.Net.Antlr.csproj](/src/Thrift.Net.Antlr/Thrift.Net.Antlr.csproj)
file is configured to automatically build the grammar, so all you need to do to
get up and running is make sure you have a valid install of the JDK, however you
can follow the instructions on the Antlr site if you want to install the tool
globally.

### Antlr vscode Extension

Expand Down

0 comments on commit 6e28a46

Please sign in to comment.