diff --git a/docs/readme.md b/docs/readme.md index 3c0dcda5..db707c23 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -6,7 +6,7 @@ JC - JSON CLI output utility This package serializes the output of many standard unix command line tools to JSON format. -For documentation on each parser, see [docs/parsers](https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers). +For documentation on each parser, see the [documentation site](https://kellyjonbrazil.github.io/jc/). CLI Example: diff --git a/jc/__init__.py b/jc/__init__.py index 7e1c3b3d..7be29ad1 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -4,7 +4,7 @@ This package serializes the output of many standard unix command line tools to JSON format. -For documentation on each parser, see [docs/parsers](https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers). +For documentation on each parser, see the [documentation site](https://kellyjonbrazil.github.io/jc/). CLI Example: diff --git a/jc/man/jc.1.gz b/jc/man/jc.1.gz index 299651f9..99ca2d02 100644 Binary files a/jc/man/jc.1.gz and b/jc/man/jc.1.gz differ diff --git a/man/jc.1.gz b/man/jc.1.gz index 299651f9..99ca2d02 100644 Binary files a/man/jc.1.gz and b/man/jc.1.gz differ