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

Broken bibliography link #392

Closed
Michael-F-Bryan opened this issue Jul 21, 2019 · 2 comments
Closed

Broken bibliography link #392

Michael-F-Bryan opened this issue Jul 21, 2019 · 2 comments

Comments

@Michael-F-Bryan
Copy link
Contributor

I'm rewriting (Michael-F-Bryan/mdbook-linkcheck#11) a lot of the internals for mdbook-linkcheck to take advantage of caching and generate better diagnostics and think I've found a broken link in rustc-guide.

Is anyone able to access GPU Programming in Rust: Implementing High Level Abstractions in a Systems Level Language?

$ RUST_LOG=mdbook_linkcheck=debug mdbook build                       
[2019-07-21T08:43:12Z DEBUG mdbook_linkcheck] Loading cache from /home/michael/Documents/forks/rustc-guide/book/linkcheck/cache.json
[2019-07-21T08:43:13Z INFO  mdbook_linkcheck] Started the link checker
[2019-07-21T08:43:13Z INFO  mdbook_linkcheck] Scanning book for links
[2019-07-21T08:43:13Z INFO  mdbook_linkcheck] Found 823 links
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Checking 242 local links
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Checking 581 web links
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://crates.io/" in tests/intro.md, line 176
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://www.youtube.com/watch?v=hOLAGYmUQV0" in rustdoc.md, line 181
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://www.youtube.com/watch?v=rZqS4bLPL24" in traits/specialization.md, line 46
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://dl.acm.org/citation.cfm?id=868380" in traits/bibliography.md, line 15
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://dl.acm.org/citation.cfm?id=651202" in traits/bibliography.md, line 23
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://gcc.godbolt.org/" in codegen/debugging.md, line 105
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "https://www.youtube.com/watch?v=elBxMRSNYr4" in debugging-support-in-rustc.md, line 8
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck::validate] Skipping "http://dl.acm.org/citation.cfm?id=1953616&dl=ACM&coll=DL&CFID=524387192&CFTOKEN=44362705" in appendix/bibliography.md, line 32
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck] cache hits: 573, cache misses: 0
error: Unable to retrieve "https://www.cs.indiana.edu/~achauhan/Publications/Pubs/2013-hips-holk-rust.pdf": https://www.cs.indiana.edu/~achauhan/Publications/Pubs/2013-hips-holk-rust.pdf: error trying to connect: Connection refused (os error 111)
- appendix/bibliography.md:46:3
   |
46 | * [GPU Programming in Rust: Implementing High Level Abstractions in a Systems
   |
[2019-07-21T08:43:13Z DEBUG mdbook_linkcheck] Saving the cache to /home/michael/Documents/forks/rustc-guide/book/linkcheck/cache.json
[2019-07-21T08:43:13Z INFO  mdbook_linkcheck] 1 broken links found
Error: ErrorMessage { msg: "One or more incorrect links" }
@mark-i-m
Copy link
Member

That links is working for me from the USA. It is a PDF.

@Michael-F-Bryan
Copy link
Contributor Author

Hmm, that's interesting. I was getting a "Connection Refused" error from my laptop at home and mobile phone (both behind a VPN), but it works fine from work.

The link isn't actually broken, so this I'll close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants