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

Update some docs.rs references to /latest/ #689

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 19, 2023

  1. Update some docs.rs references to /latest/

    When users search Google for certain terms, like [tokio delay],
    they wind up on outdated docs for tokio 0.1:
    https://docs.rs/tokio/0.1/tokio/timer/struct.Delay.html.
    
    On the docs.rs team we're working on improving things so users are more
    likely to find the latest docs on Google. It looks like certain old blog
    posts on tokio.rs are causing these tokio 0.1 doc URLs to rank highly,
    so I'd like to bump them to use the new /latest/ format.
    jsha committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    6626603 View commit details
    Browse the repository at this point in the history