Skip to content

Commit 81f614e

Browse files
authored
Fix build status badge
1 parent 123763b commit 81f614e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ High-performance System.IO.Pipelines API adapter for System.Net.WebSockets
66
[![Version](https://img.shields.io/nuget/vpre/WebSocketPipe.svg?color=royalblue)](https://www.nuget.org/packages/WebSocketPipe)
77
[![Downloads](https://img.shields.io/nuget/dt/WebSocketPipe.svg?color=green)](https://www.nuget.org/packages/WebSocketPipe)
88
[![License](https://img.shields.io/github/license/devlooped/WebSocketPipe.svg?color=blue)](https://github.com/devlooped/WebSocketPipe/blob/main/license.txt)
9-
[![Build](https://github.com/devlooped/WebSocketPipe/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/WebSocketPipe/actions)
9+
[![Build](https://github.com/devlooped/WebSocketPipe/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/devlooped/WebSocketPipe/actions)
1010

1111
<!-- #content -->
1212
# Usage
@@ -136,7 +136,7 @@ async Task Echo(IDuplexPipe pipe)
136136
# Dogfooding
137137

138138
[![CI Version](https://img.shields.io/endpoint?url=https://shields.kzu.io/vpre/WebSocketPipe/main&label=nuget.ci&color=brightgreen)](https://pkg.kzu.io/index.json)
139-
[![Build](https://github.com/devlooped/WebSocketPipe/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/WebSocketPipe/actions)
139+
[![Build](https://github.com/devlooped/WebSocketPipe/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/devlooped/WebSocketPipe/actions)
140140

141141
We also produce CI packages from branches and pull requests so you can dogfood builds as quickly as they are produced.
142142

0 commit comments

Comments
 (0)