Skip to content

Commit fdbf4c3

Browse files
docs(readme): update CI badge links for consistency and accuracy
1 parent f36d1a7 commit fdbf4c3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[changeLog]: ./CHANGELOG.md
44

55
# Fluently Http Client <!-- omit in toc -->
6-
[![CI](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/dotnet-publish.yml/badge.svg)](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/dotnet-publish.yml)
6+
[![CI](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/ci.yml/badge.svg)](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/ci.yml)
77
[![NuGet version](https://badge.fury.io/nu/fluentlyhttpclient.svg)](https://badge.fury.io/nu/fluentlyhttpclient)
88

99
Http Client for .NET Standard with fluent APIs which are intuitive, easy to use and also highly extensible.
@@ -29,12 +29,12 @@ Http Client for .NET Standard with fluent APIs which are intuitive, easy to use
2929

3030
## dotnet support
3131

32-
| Version | .NET | Status |
33-
| ------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
34-
| 1.x | .NET Standard 1.4+ | |
35-
| 2.x | .NET Standard 2 | |
36-
| 3.x | .NET Standard 2 | [![CI](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/dotnet-publish.yml/badge.svg?branch=3.x)](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/dotnet-publish.yml) |
37-
| 4.x | net8 | [![CI](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/dotnet-publish.yml/badge.svg?branch=4.x)](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/dotnet-publish.yml) |
32+
| Version | .NET | Status |
33+
| ------- | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
34+
| 1.x | .NET Standard 1.4+ | |
35+
| 2.x | .NET Standard 2 | |
36+
| 3.x | .NET Standard 2 | [![CI](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/ci.yml/badge.svg?branch=3.x)](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/ci.yml) |
37+
| 4.x | net8 | [![CI](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/ci.yml/badge.svg?branch=v4)](https://github.com/sketch7/FluentlyHttpClient/actions/workflows/ci.yml) |
3838

3939
### NuGet
4040
```

0 commit comments

Comments
 (0)