-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
The book dead links have gotten so bad that the real book isn't even in search results #1800
Comments
This is a duplicate of many, many issues, so I’m going to close it. Thanks. |
Is there any action taken on this? What can I do to help fix it? |
Two examples of open issues tracking this are rust-lang/rust#18558 and rust-lang/rust#9461 as well as rust-lang/rust#44687 in some sense
We need a plan of action first. Some of the constraints on this plan:
changing these constraints is possible, but requires an RFC. If you have any ideas, maybe work on the start of a plan and open an internals thread, and we can discuss there? I do care about this issue, it's just complex and the number of helping hands is small. Some help would be great :) |
I've opened internals thread here: https://internals.rust-lang.org/t/deadlock-about-fixing-outdated-documentation-links-in-search-engines/9374 |
At the moment if you search for "rust raw pointers" on Google (DDG is even worse), you get:
https://doc.rust-lang.org/book/first-edition/raw-pointers.html which is an outdated stub.
https://doc.rust-lang.org/book/raw-pointers.html which is another outdated stub.
https://doc.rust-lang.org/1.30.0/book/first-edition/raw-pointers.html which has some content, but it's clearly marked as outdated.
https://doc.rust-lang.org/std/primitive.pointer.html — finally some content that isn't outdated, but it isn't the book.
and then follows a bunch of links to StackOverflow, Reddit, and blogs. I can't find the actual, up-to-date contentful version of the book on several result pages. It looks like the stubs have completely pushed it out of the search results!
Search results for this and many other Rust-related queries are irritating garbage. Please, please, please, block the useless pages from crawlers.
The text was updated successfully, but these errors were encountered: