From 15c2371179c385ee8d2114f46cc218ed83e811f7 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Mon, 28 Sep 2015 19:48:10 +0200 Subject: [PATCH] Update link to cloc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6805a5..8b6ca60 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. *Command-line development, version control, and deployment.* * [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash -* [cloc](http://cloc.sourceforge.net) - Count Lines of Code +* [cloc](https://github.com/AlDanial/cloc) - Count Lines of Code * [dokku](https://github.com/progrium/dokku) - Docker powered mini-Heroku in around 100 lines of Bash. * [dokku-alt](https://github.com/dokku-alt/dokku-alt) - It's a fork of the original dokku. The idea behind this fork is to provide complete solution with plugins covering most use-cases which are stable and well tested. * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Many Git extra utilities. Churn, cut-branch, improved-merge and many more.