Updated module path
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user