From 1a458d2d5b4c16c0ad90671727ae9b19939e7f23 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 11 Aug 2020 07:00:07 -0700 Subject: [PATCH] update link --- docs/readme.md | 2 +- jc/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: