From d24f9a885d3954035a98a488671486408f509dca Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 28 Apr 2021 15:26:52 -0700 Subject: [PATCH] fix contributing link --- CONTRIBUTING.md | 2 +- README.md | 2 +- templates/readme_template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 40c74eea..1fba610f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ This will make it easier to use tools like `jq` without requiring escaping of sp **Examples** -Bad: +Bad: ``` { "Interface 1": [ diff --git a/README.md b/README.md index caa12b67..8d742cf8 100644 --- a/README.md +++ b/README.md @@ -269,7 +269,7 @@ Tested on: ## Contributions Feel free to add/improve code or parsers! You can use the [`jc/parsers/foo.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/foo.py) parser as a template and submit your parser with a pull request. -Please see the [Contributing Guidelines](https://kellyjonbrazil.github.io/jc/CONTRIBUTING) for more information. +Please see the [Contributing Guidelines](https://github.com/kellyjonbrazil/jc/blob/master/CONTRIBUTING.md) for more information. ## Acknowledgments - Local parser plugin feature contributed by [Dean Serenevy](https://github.com/duelafn) diff --git a/templates/readme_template b/templates/readme_template index aa18d1a4..5e17cbb8 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -197,7 +197,7 @@ Tested on: ## Contributions Feel free to add/improve code or parsers! You can use the [`jc/parsers/foo.py`](https://github.com/kellyjonbrazil/jc/blob/master/jc/parsers/foo.py) parser as a template and submit your parser with a pull request. -Please see the [Contributing Guidelines](https://kellyjonbrazil.github.io/jc/CONTRIBUTING) for more information. +Please see the [Contributing Guidelines](https://github.com/kellyjonbrazil/jc/blob/master/CONTRIBUTING.md) for more information. ## Acknowledgments - Local parser plugin feature contributed by [Dean Serenevy](https://github.com/duelafn)