purescript / pursuit

Website for hosting and searching PureScript API documentation
https://pursuit.purescript.org/
Other
169 stars 47 forks source link

Redirect URLs without a version to the latest version #316

Closed hdgarrood closed 7 years ago

hdgarrood commented 7 years ago

Fixes #277

I tested this and it does include the fragment too, so e.g. if you use the URL that @garyb gave

https://pursuit.purescript.org/packages/purescript-halogen/docs/Halogen.Query#v:action

it does focus on action after redirecting to the page with the latest version. :tada:

garyb commented 7 years ago

Awesome, thanks!

fiatjaf commented 7 years ago

Is this live? Doesn't seem to work from here.

hdgarrood commented 7 years ago

No, if an issue is closed that just means the fix is in master. If you want to know what's live then you should compare the version at the bottom of any page on pursuit.purescript.org with the git history here