From 18fb69e36e303a3f9530dcb80354b25bfdbb931d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 13 Feb 2020 17:29:45 -0800 Subject: [PATCH] docs/parsers link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dad0f1e7..e6e9b356 100755 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Two representations of the data are possible. The default representation uses a To access the raw, pre-processed JSON, use the `-r` cli option or the `raw=True` function parameter in `parse()`. -Schemas for each parser can be found in the `docs/parsers` folder. +Schemas for each parser can be found in the [`docs/parsers`](https://github.com/kellyjonbrazil/jc/tree/dev/docs/parsers) folder. ## Installation ```