Skip to content

Commit 909f4b9

Browse files
authored
Fix the missing url in basic.md (#145)
* Fix the missing url in basic.md * Fix the missing url in basic.md
1 parent 978e019 commit 909f4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_stable/client/basic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ And that's it! You can see the [full example here][example].
237237
[Tokio]: https://tokio.rs
238238
[Tokio-Futures]: https://tokio.rs/tokio/tutorial/async
239239
[StatusCode]: {{ site.hyper_docs_url }}/hyper/struct.StatusCode.html
240-
[Response]: {{ site.hyper_docs_url }}/hyper/struct.Response.html
241-
[Request]: {{ site.hyper_docs_url }}/hyper/struct.Request.html
240+
[Response]: {{ site.http_docs_url }}/http/response/struct.Response.html
241+
[Request]: {{ site.http_docs_url }}/http/request/struct.Request.html
242242
[Connection]: {{ site.hyper_docs_url }}/hyper/client/conn/http1/struct.Connection.html
243243
[SendRequest]: {{ site.hyper_docs_url }}/hyper/client/conn/http1/struct.SendRequest.html
244244
[Frame]: {{ site.hyper_docs_url }}/hyper/body/struct.Frame.html

0 commit comments

Comments
 (0)