From e7585ada2978df5770e8653f00ca0990dcf4d6fd Mon Sep 17 00:00:00 2001 From: Vincent Le Goff Date: Sun, 10 Jul 2022 13:42:12 +0200 Subject: [PATCH] fix(readme): CI badge reference (#47) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7138e89..fe12d92 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-[![CI](https://github.com/fastify/fastify/workflows/ci/badge.svg)](https://github.com/fastify/fast-uri/actions/workflows/ci.yml) +[![CI](https://github.com/fastify/fast-uri/actions/workflows/ci.yml/badge.svg)](https://github.com/fastify/fast-uri/actions/workflows/ci.yml) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
@@ -122,4 +122,4 @@ urijs: resolve x 225,759 ops/sec ±0.37% (95 runs sampled) - [ ] Support MailTo - [ ] Be 100% iso compatible with uri-js -- [ ] Add browser test stack \ No newline at end of file +- [ ] Add browser test stack