From 9190f78c9fab91bdeae76af07e1cc5ca7440aa55 Mon Sep 17 00:00:00 2001 From: Nic Cope Date: Thu, 4 Jan 2024 16:39:26 -0800 Subject: [PATCH] Link to GitHub releases, and PyPI, from badges Signed-off-by: Nic Cope --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4698e02..2803545 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # function-sdk-python -[![CI](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml) -![GitHub release (latest SemVer)](https://img.shields.io/github/release/crossplane/function-sdk-python) ![PyPI - Version](https://img.shields.io/pypi/v/crossplane-function-sdk-python) +[![CI](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml/badge.svg)](https://github.com/crossplane/function-sdk-python/actions/workflows/ci.yml) [![GitHub release (latest SemVer)](https://img.shields.io/github/release/crossplane/function-sdk-python)](https://github.com/crossplane/function-sdk-python/releases) [![PyPI - Version](https://img.shields.io/pypi/v/crossplane-function-sdk-python)](https://pypi.org/project/crossplane-function-sdk-python/) The [Python][python] SDK for writing [composition functions][functions].