From e725752674b46373dd0c62b8a359bcaa781427a8 Mon Sep 17 00:00:00 2001 From: Gaukas Wang Date: Sat, 5 Aug 2023 22:55:53 -0600 Subject: [PATCH] docs: switch CI badge from gaukas to refraction (#11) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d01d8f08..55488278 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![uTLS](docs/utls_logo_small.png) drawing uQUIC -[![Go Build Status](https://github.com/gaukas/uquic/actions/workflows/go_build.yml/badge.svg?branch=master)](https://github.com/gaukas/uquic/actions/workflows/go_build.yml) -[![Ginkgo Test Status](https://github.com/gaukas/uquic/actions/workflows/ginkgo_test.yml/badge.svg?branch=master)](https://github.com/gaukas/uquic/actions/workflows/ginkgo_test.yml) +[![Go Build Status](https://github.com/refraction-networking/uquic/actions/workflows/go_build.yml/badge.svg?branch=master)](https://github.com/refraction-networking/uquic/actions/workflows/go_build.yml) +[![Ginkgo Test Status](https://github.com/refraction-networking/uquic/actions/workflows/ginkgo_test.yml/badge.svg?branch=master)](https://github.com/refraction-networking/uquic/actions/workflows/ginkgo_test.yml) [![godoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://godoc.org/github.com/refraction-networking/uquic) --- uQUIC is a fork of [quic-go](https://github.com/refraction-networking/uquic), which provides Initial Packet fingerprinting resistance and other features. While the handshake is still performed by quic-go, this library provides interface to customize the unencrypted Initial Packet which may reveal fingerprint-able information.