You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2020/01/28 18:32:16 UTC

[commons-jexl] branch master updated: JEXL-326: fixed javacc project link Task #JEXL-326 - Link to "JavaCC" on syntax reference page is broken

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

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new 69f4bcc  JEXL-326: fixed javacc project link Task #JEXL-326 - Link to "JavaCC" on syntax reference page is broken
69f4bcc is described below

commit 69f4bcc3802ed0b0bcda5e91d45d0ce372c3d1c1
Author: henrib <he...@apache.org>
AuthorDate: Tue Jan 28 19:30:07 2020 +0100

    JEXL-326: fixed javacc project link
    Task #JEXL-326 - Link to "JavaCC" on syntax reference page is broken
---
 src/site/xdoc/reference/syntax.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/reference/syntax.xml b/src/site/xdoc/reference/syntax.xml
index 07d4175..af09165 100644
--- a/src/site/xdoc/reference/syntax.xml
+++ b/src/site/xdoc/reference/syntax.xml
@@ -48,7 +48,7 @@
             </p>
             <p>
                 For more technical information about the JEXL Grammar, you can find the
-                <a href="https://javacc.dev.java.net/">JavaCC</a> grammar for JEXL
+                <a href="https://javacc.github.io/javacc">JavaCC</a> grammar for JEXL
                 here: <a href="https://gitbox.apache.org/repos/asf?p=commons-jexl.git;a=blob;f=src/main/java/org/apache/commons/jexl3/parser/Parser.jjt">Parser.jjt</a>
             </p>
         </section>