This is an automated email from the ASF dual-hosted git repository.

liyafan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git

commit 628d7acc37b3501246865e540a3d35f305ee362e
Author: Guiyanakuang <[email protected]>
AuthorDate: Wed Jan 5 14:32:33 2022 +0800

    Update javacc official website
---
 core/src/main/codegen/config.fmpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/src/main/codegen/config.fmpp 
b/core/src/main/codegen/config.fmpp
index 7aae3ee..73d981b 100644
--- a/core/src/main/codegen/config.fmpp
+++ b/core/src/main/codegen/config.fmpp
@@ -18,8 +18,8 @@
 # SQL statements, literals or data types.
 #
 # Calcite's parser grammar file (Parser.jj) is written in javacc
-# (http://javacc.java.net/) with Freemarker (http://freemarker.org/) variables
-# to allow clients to:
+# (https://javacc.github.io/javacc/) with Freemarker (http://freemarker.org/)
+# variables to allow clients to:
 #   1. have custom parser implementation class and package name.
 #   2. insert new parser method implementations written in javacc to parse
 #      custom:

Reply via email to