diff --git a/README.md b/README.md index aa95e6d..e890531 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ A curated list of awesome Java frameworks, libraries and software. * [HornetQ](http://hornetq.jboss.org/) - Clear, concise, modular and made to be embedded. * [Hudson](http://hudson-ci.org/) - Continuous integration server still in active development. * [Java Modeling Language (JML)](http://www.eecs.ucf.edu/~leavens/JML/) - Behavioral interface specification language that can be used to specify the behavior of code modules. It combines the design by contract approach of Eiffel and the model-based specification approach of the Larch family of interface specification languages, with some elements of the refinement calculus. Used by several other verification tools. -* [JavaCC](https://javacc.java.net/) - More specific and slightly easier to learn. Has syntactic lookahead. +* [JavaCC](https://javacc.org/) - More specific and slightly easier to learn. Has syntactic lookahead. * [JavaServer Faces](https://javaserverfaces.java.net/) - Oracle's open-source implementation of the JSF standard, Mojarra. * [JavaServer Pages](https://jsp.java.net/) - Common templating for websites with custom tag libraries. * [JUnit](http://junit.org/) - Common testing framework.