1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 18:12:57 +01:00

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 <huyuumi.dev@gmail.com>

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Nikita Puzankov 2019-12-20 21:31:30 +04:00 committed by Yuki Okushi
parent 868b9589f2
commit 18d167c88c

View File

@ -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