From 6fe175344fc61d4996a9ea20f6c5d429efb1fac7 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 5 Apr 2021 13:38:09 -0700 Subject: [PATCH] change examples link to github.io --- README.md | 2 +- templates/readme_template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c3f4000..cc58e48f 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Please see the [Contributing Guidelines](https://github.com/kellyjonbrazil/jc/bl - Excellent constructive feedback from [Ilya Sher](https://github.com/ilyash-b) ## Examples -Here are some examples of `jc` output. For more examples, see [EXAMPLES.md](https://github.com/kellyjonbrazil/jc/blob/master/EXAMPLES.md) or the [parser documentation](https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers). +Here are some examples of `jc` output. For more examples, see [here](https://kellyjonbrazil.github.io/jc/EXAMPLES) or the parser documentation. ### arp ```bash arp | jc --arp -p # or: jc -p arp diff --git a/templates/readme_template b/templates/readme_template index a6789d97..5a9a77b9 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -202,7 +202,7 @@ Please see the [Contributing Guidelines](https://github.com/kellyjonbrazil/jc/bl - Excellent constructive feedback from [Ilya Sher](https://github.com/ilyash-b) ## Examples -Here are some examples of `jc` output. For more examples, see [EXAMPLES.md](https://github.com/kellyjonbrazil/jc/blob/master/EXAMPLES.md) or the [parser documentation](https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers). +Here are some examples of `jc` output. For more examples, see [here](https://kellyjonbrazil.github.io/jc/EXAMPLES) or the parser documentation. ### arp ```bash arp | jc --arp -p # or: jc -p arp