-
Notifications
You must be signed in to change notification settings - Fork 33
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 links from javadoc.io #14
Conversation
The base URL is not `static.javadoc.io/`, but instead `www.javadoc.io/doc/`.
For me, static.javadoc.io still works: https://static.javadoc.io/org.springframework/spring-core/4.3.11.RELEASE/index.html |
Doesn't work for other libraries though. Like https://static.javadoc.io/org.slf4j/slf4j-api/1.7.25/ doesn't work, but https://www.javadoc.io/doc/org.slf4j/slf4j-api/1.7.25/ does. And again it clearly states on the first bulletpoint under |
slf4j also works on static.javadoc.io: https://static.javadoc.io/org.slf4j/slf4j-api/1.7.25/index.html If you investigate the links in https://www.javadoc.io/doc/org.springframework/spring-core/4.3.11.RELEASE you'll see they are all pointing to static.javadoc.io In addition to that javadoc can't link against javadoc.io/docs because the |
Hm. Well, can you then maybe explain to me, why I get this error? |
Can you provide a link to the repository/commit where this error occurs? so i can reproduce it? |
Sadly no, as the repo is private. I'll try to create a test repo where the error occurs. |
Please apologize the long wait, but here's a repo where I can easily reproduce the error: https://github.com/BrainStone/javadoc_link_test |
What is your complete output when you run |
|
When javadoc tries to access the package-list file, cloudflare answers this:
The "browser's signature" in this case is |
This should be fixed with version 2.0.2 |
It works now. Thanks a lot! |
The base URL is not
static.javadoc.io/
, but insteadwww.javadoc.io/doc/
.The other link is not reachable. See https://www.javadoc.io/