-
Notifications
You must be signed in to change notification settings - Fork 289
Relative links to arch modules #487
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
Conversation
That should have been fixed in #486 |
I've restarted the travis-ci build, let me know if the powerpc links are still broken. |
The Basically, after this PR there shouldn't be any links to |
@pravic any progress on this or is there a blocker? (do you need help / are you stuck with something that we can help with? :) ) |
What progress? I've changed a couple of links, that's all from me. Feel free to cherry pick this and put wherever you want. |
Thanks for working on this! I've made some changes and submitted this in #506 which should land soon. |
Ok, great. Even though the current nightly does not contain it still, I hope it will soon. |
@pravic the current nightly was generated on 2018-06-28 :/ Hopefully a new nightly will come up soon. |
It's no problem, just good to know.
|
Currently
stdsimd
modules point to the documentation hosted at https://rust-lang-nursery.github.io/stdsimd/aarch64/stdsimd/ instead of https://doc.rust-lang.org/std/arch/ which is confusing.Since Rust 1.27 has shipped the
stdsimd
, and its documentation is hosted on the official site, it is essential to make those links relative.The only exception are links to
powerpc
andpowerpc64
, because they are unavailable (yet?).