Skip to content
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

🔗 link fix: better link #3789

Closed
wants to merge 9 commits into from
Closed

Conversation

nermalcat69
Copy link

@nermalcat69 nermalcat69 commented Nov 30, 2023

As I was going through rust's documentation and when i clicked on the "in the standard library documentation" i got confused then after some exploring i found the right link and i think ../std/index.html is better.

Mentioning the prelude link is not conventional, as its mentioned "in the standard library documentation"

Changes i made

  1. Added stdlib (../std/index.html) which leads to ../std/index.html`](https://doc.rust-lang.org/std/index.html
  2. Added prelude link to the prelude (../std/prelude/index.html) text which leads to https://doc.rust-lang.org/std/prelude/index.html

@nermalcat69
Copy link
Author

The text will be something like this

By default, Rust has a set of items defined in the standard library that it brings into the scope of every program. This set is called the prelude, and you can see everything in it in the standard library documentation.

@nermalcat69
Copy link
Author

closing this pr

@nermalcat69 nermalcat69 closed this Dec 4, 2023
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.

1 participant