From 79c881bc63de4578bc58bbc1744614b4ca15a859 Mon Sep 17 00:00:00 2001 From: ZenTeaCC <36598604+Muffeter@users.noreply.github.com> Date: Fri, 11 Apr 2025 21:14:38 +0800 Subject: [PATCH 1/2] Fix the missing url in basic.md --- _stable/client/basic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_stable/client/basic.md b/_stable/client/basic.md index 0de5e31..e1d63ae 100644 --- a/_stable/client/basic.md +++ b/_stable/client/basic.md @@ -237,8 +237,8 @@ And that's it! You can see the [full example here][example]. [Tokio]: https://tokio.rs [Tokio-Futures]: https://tokio.rs/tokio/tutorial/async [StatusCode]: {{ site.hyper_docs_url }}/hyper/struct.StatusCode.html -[Response]: {{ site.hyper_docs_url }}/hyper/struct.Response.html -[Request]: {{ site.hyper_docs_url }}/hyper/struct.Request.html +[Response]: {{ site.http_docs_url }}/http/request/struct.Request.html +[Request]: {{ site.http_docs_urll }}/http/response/index.html [Connection]: {{ site.hyper_docs_url }}/hyper/client/conn/http1/struct.Connection.html [SendRequest]: {{ site.hyper_docs_url }}/hyper/client/conn/http1/struct.SendRequest.html [Frame]: {{ site.hyper_docs_url }}/hyper/body/struct.Frame.html From 30359ef547f7584ea83560be1a795e24c524346e Mon Sep 17 00:00:00 2001 From: ZenTeaCC <36598604+Muffeter@users.noreply.github.com> Date: Sat, 12 Apr 2025 17:39:17 +0800 Subject: [PATCH 2/2] Fix the missing url in basic.md --- _stable/client/basic.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_stable/client/basic.md b/_stable/client/basic.md index e1d63ae..2df22e0 100644 --- a/_stable/client/basic.md +++ b/_stable/client/basic.md @@ -237,8 +237,8 @@ And that's it! You can see the [full example here][example]. [Tokio]: https://tokio.rs [Tokio-Futures]: https://tokio.rs/tokio/tutorial/async [StatusCode]: {{ site.hyper_docs_url }}/hyper/struct.StatusCode.html -[Response]: {{ site.http_docs_url }}/http/request/struct.Request.html -[Request]: {{ site.http_docs_urll }}/http/response/index.html +[Response]: {{ site.http_docs_url }}/http/response/struct.Response.html +[Request]: {{ site.http_docs_url }}/http/request/struct.Request.html [Connection]: {{ site.hyper_docs_url }}/hyper/client/conn/http1/struct.Connection.html [SendRequest]: {{ site.hyper_docs_url }}/hyper/client/conn/http1/struct.SendRequest.html [Frame]: {{ site.hyper_docs_url }}/hyper/body/struct.Frame.html