You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I call cider-javadoc with "Integer" it works. If I call it with "Integer/toString" it builds the URL with the hash (#) encoded as %23. This leads to a Sorry page on oracle.com.
If I call cider-javadoc with "Integer" it works. If I call it with "Integer/toString" it builds the URL with the hash (#) encoded as %23. This leads to a Sorry page on oracle.com.
https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html%23toString%28int,%20int%29
The URL Should be:
https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html#toString%28int,%20int%29
The text was updated successfully, but these errors were encountered: