From fd9b6d38ba8db44e897e4223f5c9dc2900f03e05 Mon Sep 17 00:00:00 2001 From: Nikita Puzankov Date: Wed, 25 Dec 2019 12:23:43 +0400 Subject: [PATCH] Update testing.md (#127) Replaces fully qualified version numbers with major numbers to keep links up to date without a lot of manual changes. --- content/docs/testing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/testing.md b/content/docs/testing.md index 51c7994..292a558 100644 --- a/content/docs/testing.md +++ b/content/docs/testing.md @@ -57,6 +57,6 @@ For example of testing [*Server Sent Events*][serversentevents]. {{< include-example example="testing" file="stream_response.rs" section="stream-response" >}} [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 +[clientresponse]: https://docs.rs/actix-web/1/actix_web/client/struct.ClientResponse.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 +[testrequest]: https://docs.rs/actix-web/1/actix_web/error/trait.ResponseError.html#foreign-impls