diff --git a/README.md b/README.md index e5770417..060174e5 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Command-line Application Development * [cement](http://builtoncement.com/) - CLI Application Framework for Python. - * [click](http://click.pocoo.org/dev/) - A package for creating beautiful command line interfaces in a composable way. + * [click](https://click.palletsprojects.com/en/8.1.x/) - A package for creating beautiful command line interfaces in a composable way. * [cliff](https://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands. * [docopt](http://docopt.org/) - Pythonic command line arguments parser. * [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.