From ef0433a9ba9e70d74432c72e834c2b02a58d9d49 Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Fri, 16 Aug 2024 10:15:26 +0700 Subject: [PATCH] Correct the link for `ANTLR 4 Documentation` (#623) --- DEVELOPMENT.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.adoc b/DEVELOPMENT.adoc index f33d484d..a9d34c81 100644 --- a/DEVELOPMENT.adoc +++ b/DEVELOPMENT.adoc @@ -83,7 +83,7 @@ For automated build setup examples see our https://github.com/apple/pkl/blob/mai === ANTLR -* https://github.com/antlr/antlr4/blob/main/doc/index.md[Documentation] +* https://github.com/antlr/antlr4/blob/master/doc/index.md[Documentation] * https://groups.google.com/forum/#!forum/antlr-discussion[Forums] * https://github.com/mobileink/lab.clj.antlr/tree/main/doc[Some third-party docs]