Updated module path
This commit is contained in:
parent
bb5d849cd9
commit
e68e5ca911
12 changed files with 27 additions and 27 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue