-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fix 'getting started' internal links #7093
Conversation
Currently the internal links do not work, the path is incorrect. Update the path for internal links in the index file of 'getting started' section thereby fixing the links generated in HTML.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ehuss (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
This is my first PR into cargo docs (and cargo in general). It seems this issue exists in other sections as well as just the 'getting started' section. Any time I find wide spread trivial mistakes my first thought is that I'm doing something wrong :) Perhaps I can state my workflow to see if the problem is with me. Thanks for your patience. I have built the cargo book with
With this process, for me, this link issue exists. Thanks. |
@bors: r+ Thanks! |
📌 Commit 60f25f5 has been approved by |
Fix 'getting started' internal links Currently the internal links do not work, the path is incorrect. Update the path for internal links in the index file of 'getting started' section thereby fixing the links generated in HTML.
☀️ Test successful - checks-travis, status-appveyor |
Sorry for the confusion. Cargo still uses mdbook 0.1 which uses a different link style. I've been working on updating it, which will hopefully happen soon. Filed #7099 to revert this in the meantime. |
Update cargo Update cargo 12 commits in 4c1fa54d10f58d69ac9ff55be68e1b1c25ecb816..677a180f4c8ca1dcef594f68dd0e63e4f08621f5 2019-06-24 11:24:18 +0000 to 2019-07-08 13:43:02 +0000 - Update dependencies (rust-lang/cargo#7106) - Fix overwriting .d file for binary with dSYM on apple targets. (rust-lang/cargo#7057) - Update changelog. (rust-lang/cargo#7102) - Revert "Fix 'getting started' internal links" (rust-lang/cargo#7099) - Bump to 0.39.0 (rust-lang/cargo#7100) - Update dependency.rs (rust-lang/cargo#7098) - Typo (rust-lang/cargo#7097) - Fix 'getting started' internal links (rust-lang/cargo#7093) - Fix misleading comment in testsuite (rust-lang/cargo#7090) - improve uncommitted changes cargo-package message (rust-lang/cargo#7083) - Clean environment when git-fetch-with-cli is used. (rust-lang/cargo#7082) - Fix exponentiality in depend_on_deps_of_deps. (rust-lang/cargo#7062)
Currently the internal links do not work, the path is incorrect.
Update the path for internal links in the index file of 'getting started' section thereby fixing the links generated in HTML.