diff --git a/content/docs/errors.md b/content/docs/errors.md index 70deb6b..f8683c4 100644 --- a/content/docs/errors.md +++ b/content/docs/errors.md @@ -45,7 +45,7 @@ fn index(req: &HttpRequest) -> io::Result { } ``` -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