From 8d80b46e29a444ae4ef44e77d0a715268a2de6b8 Mon Sep 17 00:00:00 2001 From: Christoph Wagner <18312437+WagnerChristoph@users.noreply.github.com> Date: Fri, 24 May 2019 22:09:51 +0200 Subject: [PATCH] Fix JOpt Simple URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ef466..efa9356 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ A curated list of awesome Java frameworks, libraries and software. - [JCommander](http://jcommander.org) - Command-line argument-parsing framework with custom types and validation via implementing interfaces. - [jbock](https://github.com/h908714124/jbock) - Typesafe, reflection-free, annotation based command-line parser - [JLine](https://github.com/jline/jline3) - Includes features from modern shells like completion or history. -- [JOpt Simple](https://pholser.github.io/jopt-simple) - Fluent parser that uses the POSIX#getopt and GNU#getopt_long syntaxes. +- [JOpt Simple](https://jopt-simple.github.io/jopt-simple) - Fluent parser that uses the POSIX#getopt and GNU#getopt_long syntaxes. - [picocli](http://picocli.info) - ANSI colors and styles in usage help with annotation-based POSIX/GNU/any syntax, subcommands, strong typing for both options and positional args. - [Text-IO](https://github.com/beryx/text-io) - Aids the creation of full console-based applications. - [Lanterna](https://github.com/mabe02/lanterna) - Easy console text-GUI library, similar to curses.