diff --git a/README.md b/README.md index f7aedec0..ee9b6cde 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# ![uTLS](image/logo_small.png) uQUIC +# ![uTLS](docs/utls_logo_small.png) drawing uQUIC [![Build Status](https://github.com/refraction-networking/uquic/actions/workflows/go_1_20.yml/badge.svg?branch=master)](https://github.com/refraction-networking/uquic/actions)[![Build Status](https://github.com/refraction-networking/uquic/actions/workflows/go_1_21.yml/badge.svg?branch=master)](https://github.com/refraction-networking/uquic/actions) [![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", 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. +uQUIC is a fork of [quic-go](https://github.com/quic-go/quic-go), 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. Golang 1.20+ is required. diff --git a/image/logo.png b/docs/utls_logo.png similarity index 100% rename from image/logo.png rename to docs/utls_logo.png diff --git a/image/logo_small.png b/docs/utls_logo_small.png similarity index 100% rename from image/logo_small.png rename to docs/utls_logo_small.png