From 3e093581aff0849f63f4f39ee7a949c25508ecd1 Mon Sep 17 00:00:00 2001 From: krircc Date: Wed, 27 Feb 2019 16:07:41 +0800 Subject: [PATCH] Update errors.md --- content/docs/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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