-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
In the past, the Jimfs JUnit Jupiter Javadoc hosted at javadoc.io was correctly linked to the JUnit Javadoc hosted at junit.org.
For example, you could go to JimfsTempDirFactory and navigate to TempDirFactory via the corresponding hyperlink. However, I recently realized that such links no longer work.
Chrome isn't much talkative about the issue:
but Firefox says a bit more:
Did something change on junit.org in the past months to prevent such links?
As a solution, I don't think JUnit should do anything, and I should rather link the Jimfs JUnit Jupiter Javadoc to the JUnit Jupiter Javadoc hosted at javadoc.io, right?
(As a side note, the copy at javadoc.io doesn't have the greenish stylesheet that junit.org has)