From 648ef4d8a9c33a36d4bb2c135fe59b031de8f24c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 8 Mar 2022 13:19:20 -0800 Subject: [PATCH] update badge links --- README.md | 4 ++-- templates/readme_template | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d804634..91b118de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Tests](https://github.com/kellyjonbrazil/jc/workflows/Tests/badge.svg?branch=master) -![Pypi](https://img.shields.io/pypi/v/jc.svg) +[![Tests](https://github.com/kellyjonbrazil/jc/workflows/Tests/badge.svg?branch=master)](https://github.com/kellyjonbrazil/jc/actions) +[![Pypi](https://img.shields.io/pypi/v/jc.svg)](https://pypi.org/project/jc/) > Check out the `jc` Python [package documentation](https://github.com/kellyjonbrazil/jc/tree/master/docs) for developers diff --git a/templates/readme_template b/templates/readme_template index 286ca343..7595911d 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -1,5 +1,5 @@ -![Tests](https://github.com/kellyjonbrazil/jc/workflows/Tests/badge.svg?branch=master) -![Pypi](https://img.shields.io/pypi/v/jc.svg) +[![Tests](https://github.com/kellyjonbrazil/jc/workflows/Tests/badge.svg?branch=master)](https://github.com/kellyjonbrazil/jc/actions) +[![Pypi](https://img.shields.io/pypi/v/jc.svg)](https://pypi.org/project/jc/) > Check out the `jc` Python [package documentation](https://github.com/kellyjonbrazil/jc/tree/master/docs) for developers