-
Notifications
You must be signed in to change notification settings - Fork 63
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 the dead links in the tutorials #2170
Conversation
While www.musl-libc.org is still a valid domain name, it directs to a page without much content / redirecting you to musl.libc.org.
The previous link (to the 2009 format conventions for the SAT competition) has been dead for some time. The new link takes the reader directly to a description of the DIMACS CNF format, which is the most relevant part of the original link for the purposes of using SAW with external solvers.
This previously mistakenly linked to the `ctpop` function in Rust's std::intrinsics module.
Salsa20.cry is a _sibling_ of the `src/` directory, not a member of it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!
One remaining task: currently, the PDF versions of the tutorials are checked into git
, so you'll need to regenerate the PDFs by going into each subdirectory and running make
. (Ideally, we'd deploy this documentation automatically instead, but it's not quite at that point yet.)
@RyanGlScott It looks like the Rust tutorial PDF is not checked in to the repo currently -- shall I add it as part of this PR? |
Ah, indeed it isn't. In that case, no, I don't propose that we check in the Rust tutorial's PDF as part of this PR. |
Closes #2168.