Skip to content

Commit 34aa13d

Browse files
authored
fix: broken links (#134)
1 parent 8c5fa9b commit 34aa13d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

_layouts/guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

_stable/client/basic.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

_stable/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ setup](init/setup).
1616

1717
You 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

0 commit comments

Comments
 (0)