dash-docs-el / helm-dash

Browse Dash docsets inside emacs
511 stars 59 forks source link

Android docset is broken #145

Closed rlazo closed 7 years ago

rlazo commented 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

areina commented 7 years ago

Hi @rlazo , I reproduced the issue, I'm going to prepare a fix. Thanks for report it!