Skip to content

Commit 30359ef

Browse files
authored
Fix the missing url in basic.md
1 parent 79c881b commit 30359ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_stable/client/basic.md

Lines changed: 2 additions & 2 deletions
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.http_docs_url }}/http/request/struct.Request.html
241-
[Request]: {{ site.http_docs_urll }}/http/response/index.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)