Updated module path

This commit is contained in:
2025-02-25 16:48:09 +01:00
parent a4177508f1
commit 4b3560d0cf
12 changed files with 27 additions and 27 deletions

View File

@ -1,6 +1,6 @@
# web
A fast HTTP/1.1 web server that can sit behind a reverse proxy like `caddy` or `nginx` for HTTP 1/2/3 support.
A minimal HTTP/1.1 web server that sits behind a reverse proxy like `caddy` or `nginx` for HTTP 1/2/3 support.
## Features
@ -11,7 +11,7 @@ A fast HTTP/1.1 web server that can sit behind a reverse proxy like `caddy` or `
## Installation
```shell
go get git.akyoto.dev/go/web
go get git.urbach.dev/go/web
```
## Usage
@ -82,7 +82,7 @@ coverage: 100.0% of statements
## License
Please see the [license documentation](https://akyoto.dev/license).
Please see the [license documentation](https://urbach.dev/license).
## Copyright