From 4bed8392b83bc5ebc55238ab516a19cfafba4bfa Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 20 Feb 2024 08:56:53 -0800 Subject: [PATCH] update release notes section --- README.md | 2 +- man/jc.1 | 2 +- templates/readme_template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f61b6cb4..dd121d94 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ function parameter in `parse()` when using `jc` as a python library. Schemas for each parser can be found at the documentation link beside each [**Parser**](#parsers) below. -Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/). +Release notes can be found in the [Releases section](https://github.com/kellyjonbrazil/jc/releases) on Github. ## Why Would Anyone Do This!? For more information on the motivations for this project, please see my blog diff --git a/man/jc.1 b/man/jc.1 index b18c1709..3c868f8d 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2024-02-14 1.25.2 "JSON Convert" +.TH jc 1 2024-02-20 1.25.2 "JSON Convert" .SH NAME \fBjc\fP \- JSON Convert JSONifies the output of many CLI tools, file-types, and strings diff --git a/templates/readme_template b/templates/readme_template index 1ea9f146..e9a40855 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -76,7 +76,7 @@ function parameter in `parse()` when using `jc` as a python library. Schemas for each parser can be found at the documentation link beside each [**Parser**](#parsers) below. -Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/). +Release notes can be found in the [Releases section](https://github.com/kellyjonbrazil/jc/releases) on Github. ## Why Would Anyone Do This!? For more information on the motivations for this project, please see my blog