[
https://issues.apache.org/jira/browse/JEXL-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Biestro resolved JEXL-326.
--------------------------------
Resolution: Fixed
Changeset: 69f4bcc3802ed0b0bcda5e91d45d0ce372c3d1c1
Author: henrib <[email protected]>
Date: 2020-01-28 19:30
Message: JEXL-326: fixed javacc project link
> Link to "JavaCC" on syntax reference page is broken
> ---------------------------------------------------
>
> Key: JEXL-326
> URL: https://issues.apache.org/jira/browse/JEXL-326
> Project: Commons JEXL
> Issue Type: Bug
> Affects Versions: 3.1
> Reporter: David Costanzo
> Assignee: Henri Biestro
> Priority: Trivial
> Fix For: 3.2
>
>
> The JEXL syntax reference page at
> [http://commons.apache.org/proper/commons-jexl/reference/syntax.html] has a
> broken link to JavaCC:
> {quote}For more technical information about the JEXL Grammar, you can find
> the [JavaCC|https://javacc.dev.java.net/] grammar for JEXL here:
> [Parser.jjt.|http://svn.apache.org/viewvc/commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl3/parser/Parser.jjt?view=markup]
> {quote}
>
> It looks like the Parse.jjt link has already been fixed in GitHub, but the
> JavaCC link is still broken. I suggest changing
> [https://javacc.dev.java.net/]
> To
> [https://javacc.github.io/javacc/]
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)