From 18d167c88cc6f14726c53e0cdddbb85c30ce7030 Mon Sep 17 00:00:00 2001 From: Nikita Puzankov Date: Fri, 20 Dec 2019 21:31:30 +0400 Subject: [PATCH] Update testing.md (#125) * Update testing.md Fixed link to API docs * Update testing.md * Update content/docs/testing.md Co-Authored-By: Yuki Okushi Co-authored-by: Yuki Okushi --- content/docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/testing.md b/content/docs/testing.md index 7513b4c..51c7994 100644 --- a/content/docs/testing.md +++ b/content/docs/testing.md @@ -58,5 +58,5 @@ For example of testing [*Server Sent Events*][serversentevents]. [serversentevents]: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events [clientresponse]: https://docs.rs/actix-web/1.0.2/actix_web/client/struct.ClientResponse.html -[actixdocs]: (https://docs.rs/actix-web/1.0.2/actix_web/test/index.html) +[actixdocs]: https://docs.rs/actix-web/1/actix_web/test/index.html [testrequest]: https://docs.rs/actix-web/1.0.2/actix_web/error/trait.ResponseError.html#foreign-impls