From d24a12937bcaf71850cf1eaa47e47dcb67b71c59 Mon Sep 17 00:00:00 2001 From: Ansh Chaturvedi Date: Tue, 7 May 2024 15:15:22 -0400 Subject: [PATCH 1/2] docs: fix build status link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443dcb22..09331335 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # api-ts -[![Build Status]](https://github.com/BitGo/api-ts/actions/workflows/release.yml) +[![Build Status]](https://github.com/BitGo/api-ts/actions/workflows/release.yaml) [build status]: https://github.com/BitGo/api-ts/actions/workflows/release.yml/badge.svg?event=push From c0581134e38d08646371d450633afa0c35896172 Mon Sep 17 00:00:00 2001 From: Ansh Chaturvedi Date: Tue, 7 May 2024 15:20:03 -0400 Subject: [PATCH 2/2] fix build status icon link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09331335..f3b6831c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status]](https://github.com/BitGo/api-ts/actions/workflows/release.yaml) [build status]: - https://github.com/BitGo/api-ts/actions/workflows/release.yml/badge.svg?event=push + https://github.com/BitGo/api-ts/actions/workflows/release.yaml/badge.svg?event=push A collection of packages for defining and using type-checked APIs with TypeScript.