Skip to content

Commit

Permalink
Fix broken link to ANTLR4 installation instructions (#2219)
Browse files Browse the repository at this point in the history
This commit fixes the broken link to ANTLR4 installation instructions mentioned in the Babelfish build instructions' README.md

Signed-off-by: Sharu Goel [email protected]
  • Loading branch information
thephantomthief authored and Shard Gupta committed Jan 10, 2024
1 parent 0df3b84 commit e365613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The following build instructions comply with Ubuntu 20.04 and Amazon Linux 2 env
```
Check that you have `uuid-devel` installed. If so, go to `antlr4/CMakeLists.txt` and comment out the line `pkg_check_modules(UUID REQUIRED uuid)` by adding a `#` to the beginning of the line.
More information about installing ANTLR4 can be found [at this link](https://www.cs.upc.edu/~padro/CL/practica/install.html).
More information about installing ANTLR4 can be found [at this link](https://www.cs.upc.edu/~cl/practica/install.html).
Expand Down

0 comments on commit e365613

Please sign in to comment.