Skip to content

Commit

Permalink
Fix workflow link
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Sep 5, 2023
1 parent 746ce85 commit f3f1230
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# IceRPC for C#

[![CI](https://github.com/icerpc/icerpc-csharp/actions/workflows/dotnet.yml/badge.svg)][ci-home]
[![CI](https://github.com/icerpc/icerpc-csharp/actions/workflows/ci.yml/badge.svg)][ci-home]
[![License](https://img.shields.io/github/license/icerpc/icerpc-csharp?color=blue)][license]

[Getting started] | [Examples] | [NuGet packages] | [Documentation] | [API reference] | [Building from source]
Expand Down Expand Up @@ -201,7 +201,7 @@ in-memory transport for testing). Future releases may add additional transports.
[Apache License version 2.0]: LICENSE
[API reference]: https://docs.testing.zeroc.com/api/csharp/api/IceRpc.html
[Building from source]: BUILDING.md
[ci-home]: https://github.com/icerpc/icerpc-csharp/actions/workflows/dotnet.yml
[ci-home]: https://github.com/icerpc/icerpc-csharp/actions/workflows/ci.yml
[custom]: https://docs.testing.zeroc.com/slice/language-guide/custom-types
[Documentation]: https://docs.testing.zeroc.com
[Examples]: examples
Expand Down

0 comments on commit f3f1230

Please sign in to comment.