diff --git a/docs/readme.md b/docs/readme.md index bef6690f..3c0dcda5 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 https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers. +For documentation on each parser, see [docs/parsers](https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers). CLI Example: diff --git a/jc/__init__.py b/jc/__init__.py index e6393385..a853638e 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 https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers. +For documentation on each parser, see [docs/parsers](https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers). CLI Example: