This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-repoinit-parser.git
The following commit(s) were added to refs/heads/master by this push:
new 2f42a7a Update JavaCC doc links
2f42a7a is described below
commit 2f42a7a8f9b4c1ded786cbd91585d815b3ec0a6b
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Oct 7 16:47:19 2020 +0200
Update JavaCC doc links
---
src/main/javacc/RepoInitGrammar.jjt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/javacc/RepoInitGrammar.jjt
b/src/main/javacc/RepoInitGrammar.jjt
index 5cb520f..251904f 100644
--- a/src/main/javacc/RepoInitGrammar.jjt
+++ b/src/main/javacc/RepoInitGrammar.jjt
@@ -1,7 +1,8 @@
/* JavaCC grammar for the SLING-5449 content repository
* initialization language
- * See https://javacc.java.net/doc/docindex.html for the JavaCC docs
- * and http://www.engr.mun.ca/~theo/JavaCC-FAQ/javacc-faq-moz.htm for the FAQ
+ * See https://javacc.github.io/javacc/ for the most recent docs,
+ * including links to grammar examples
+ * See http://www.engr.mun.ca/~theo/JavaCC-FAQ/javacc-faq-moz.htm for a FAQ
from 2011
*/
options