From 2b96818481b38f06253b174044c715ea9643dcca Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Wed, 22 May 2024 18:25:49 +1000 Subject: [PATCH] README.md: Fix badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 244f657..bf6e367 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # botocore -[![Haskell-CI](https://github.com/bellroy/botocore/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/bellroy/botocore/actions/workflows/haskell-ci.yml) +[![Haskell-CI](https://github.com/bellroy/hs-botocore/actions/workflows/haskell-ci.yml/badge.svg)](https://github.com/bellroy/hs-botocore/actions/workflows/haskell-ci.yml) This library provides types a precise parser for the -"[botocore](https://github.com/boto/botocore/)" definitions of Amazon +"[`botocore`](https://github.com/boto/botocore/)" definitions of Amazon Web Services (AWS) service APIs. These definitions are JSON files which describe the operations, requests, responses, and errors for each AWS service. It also includes a custom JSON parser which captures