File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ <h4 class="guide-links">
3838 < a href ="{{ site.legacy_docs_url }} "> API Reference</ a >
3939 {% elsif page.collection == "stable" %}
4040 < a href ="{{ site.examples_url }}/README.md "> Additional Examples</ a >
41- < a href ="{{ site.docs_url }} "> API Reference</ a >
41+ < a href ="{{ site.hyper_docs_url }} "> API Reference</ a >
4242 {% endif %}
4343 </ h4 >
4444 </ nav >
Original file line number Diff line number Diff line change @@ -236,12 +236,12 @@ And that's it! You can see the [full example here][example].
236236
237237[ Tokio ] : https://tokio.rs
238238[ Tokio-Futures ] : https://tokio.rs/tokio/tutorial/async
239- [ StatusCode] : {{ site.docs_url }}/hyper/struct.StatusCode.html
240- [ Response] : {{ site.docs_url }}/hyper/struct.Response.html
241- [ Request] : {{ site.docs_url }}/hyper/struct.Request.html
242- [ Connection] : {{ site.docs_url }}/hyper/client/conn/http1/struct.Connection.html
243- [ SendRequest] : {{ site.docs_url }}/hyper/client/conn/http1/struct.SendRequest.html
244- [ Frame] : {{ site.docs_url }}/hyper/body/struct.Frame.html
239+ [ 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
242+ [ Connection] : {{ site.hyper_docs_url }}/hyper/client/conn/http1/struct.Connection.html
243+ [ SendRequest] : {{ site.hyper_docs_url }}/hyper/client/conn/http1/struct.SendRequest.html
244+ [ Frame] : {{ site.hyper_docs_url }}/hyper/body/struct.Frame.html
245245[ Empty] : {{ site.http_body_util_url }}/http_body_util/struct.Empty.html
246246
247247[ example] : {{ site.examples_url }}/client.rs
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ setup](init/setup).
1616
1717You could also look at the [ generated API documentaton] [ docs ] .
1818
19- [ docs] : {{ site.docs_url }}
19+ [ docs] : {{ site.hyper_docs_url }}
2020[ Server guide ] : server/hello-world
2121[ Client guide ] : client/basic
You can’t perform that action at this time.
0 commit comments