From 3524dba0035d84b2f918f038e16b4dbe5c6b4267 Mon Sep 17 00:00:00 2001 From: Michael van Bracht Date: Tue, 30 Dec 2014 00:32:13 +0100 Subject: [PATCH] Fix cement URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c70a78..f66ee32 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for building command-line application.* * Command-line Application Development - * [cement](http://builtoncement.org/) - Cement provides a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications. + * [cement](http://builtoncement.com/) - Cement provides a light-weight and fully featured foundation to build anything from single file scripts to complex and intricately designed applications. * [click](http://click.pocoo.org/) - A package for creating beautiful command line interfaces in a composable way. * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. * [cliff](https://cliff.readthedocs.org/) - A framework for creating command-line programs with multi-level commands.