1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 00:41:07 +01:00

Update errors.md

This commit is contained in:
krircc 2019-02-27 16:07:41 +08:00 committed by GitHub
parent bd8f4e92d1
commit 3e093581af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ fn index(req: &HttpRequest) -> io::Result<fs::NamedFile> {
}
```
See [the actix-web API documentation](responseerrorimpls) for a full list of
See [the actix-web API documentation][responseerrorimpls] for a full list of
foreign implementations for `ResponseError`.
## An example of a custom error response