Skip to content

Fix the missing url in basic.md #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 12, 2025
Merged

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