Closed rlazo closed 7 years ago
I just updated the Android docset and the URL it tries to navigate to is
file:///home/me/.docsets/Android.docset/Contents/Resources/Documents/developer.android.com/reference/java/util/concurrent/atomic/AtomicReference.html%3Cdash_entry_menuDescription=java.util.concurrent.atomic.AtomicReference%3E
For some reason the
%3Cdash_entry_menuDescription=java.util.concurrent.atomic.AtomicReference%3E
gets appended to the URL. Removing it fixes the issue
Hi @rlazo , I reproduced the issue, I'm going to prepare a fix. Thanks for report it!
I just updated the Android docset and the URL it tries to navigate to is
file:///home/me/.docsets/Android.docset/Contents/Resources/Documents/developer.android.com/reference/java/util/concurrent/atomic/AtomicReference.html%3Cdash_entry_menuDescription=java.util.concurrent.atomic.AtomicReference%3E
For some reason the
%3Cdash_entry_menuDescription=java.util.concurrent.atomic.AtomicReference%3E
gets appended to the URL. Removing it fixes the issue