Skip to content

Commit c445973

Browse files
committed
Fix badge URLs in README to use correct shields and links
1 parent 8f1f9b3 commit c445973

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Redis RESP Proxy
22

3-
[![Test](https://raster.shields.io/github/actions/workflow/status/redis-developer/cae-resp-proxy/test.yml?branch=master&label=tests)](https://github.com/redis-developer/cae-resp-proxy/actions/workflows/test.yml)
4-
[![Docker Version](https://raster.shields.io/docker/v/bobymicroby/resp-proxy?label=docker)](https://hub.docker.com/r/bobymicroby/resp-proxy)
5-
[![Docker Pulls](https://raster.shields.io/docker/pulls/bobymicroby/resp-proxy)](https://hub.docker.com/r/bobymicroby/resp-proxy)
3+
[![Test](https://github.com/redis-developer/cae-resp-proxy/actions/workflows/test.yml/badge.svg)](https://github.com/redis-developer/cae-resp-proxy/actions/workflows/test.yml)
4+
[![Docker Version](https://img.shields.io/docker/v/bobymicroby/resp-proxy?label=docker)](https://hub.docker.com/r/bobymicroby/resp-proxy)
5+
[![Docker Pulls](https://img.shields.io/docker/pulls/bobymicroby/resp-proxy)](https://hub.docker.com/r/bobymicroby/resp-proxy)
66

77
A Redis protocol proxy with HTTP API for response injection.
88

0 commit comments

Comments
 (0)