Skip to content

Conversation

@Muffeter
Copy link
Contributor

This pull request includes a small change to the _stable/client/basic.md file. The change updates the URLs for the Response and Request references to point to the correct documentation pages.

Documentation updates:

  • _stable/client/basic.md: Updated the URLs for Response and Request references to point to the correct HTTP documentation pages.

[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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching these! I noticed the change here has Response pointing at Request, and Request pointing at the response module. The should be swapped, and both link to the respective struct pages. Also, http_docs_urll has two Ls.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My apologies, I’ll fix the error.

Copy link
Member

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again!

@seanmonstar seanmonstar merged commit 909f4b9 into hyperium:master Apr 12, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants