From 7d54137140e6d0515bc23c131a097af5c70c3379 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 28 Nov 2019 11:51:54 -0800 Subject: [PATCH] link update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5111c9e..900ebea9 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ ls -l /usr/bin | jc --ls | jq '.[] | select(.size > 50000000)' "date": "Aug 14 19:41" } ``` -For more information on the motivations for this project, please see my blog post at https://kellyjonbrazil.home.blog/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/. +For more information on the motivations for this project, please see my blog post at https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/. The `jc` parsers can also be used as python modules. In this case the output will be a python dictionary instead of JSON: ```