From 6ffed2a63e3271d201298a5df043f03ac15b61c5 Mon Sep 17 00:00:00 2001 From: tdeith Date: Wed, 20 May 2020 12:11:51 -0700 Subject: [PATCH] Update testing.md Change moves hyperlink to hit `struct.TestRequest` instead. --- 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 4f0afa5..1d97545 100644 --- a/content/docs/testing.md +++ b/content/docs/testing.md @@ -49,4 +49,4 @@ 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 [responsebody]: https://docs.rs/actix-web/2/actix_web/body/enum.ResponseBody.html [actixdocs]: https://docs.rs/actix-web/2/actix_web/test/index.html -[testrequest]: https://docs.rs/actix-web/2/actix_web/error/trait.ResponseError.html#foreign-impls +[testrequest]: https://docs.rs/actix-web/2/actix_web/test/struct.TestRequest.html