The atom.io API website’s selection box seems to append the API version to the URL instead of replacing any current API string parameter in the URL.
Selecting an API version when already browsing a version throws a 404
leedohm
#2
Confirmed …
Repro Steps
- Navigate to https://atom.io/docs/api/latest
- Wait for redirect to https://atom.io/docs/api/v0.135.0/Atom
- Click dropdown and select v0.133.0
Expected: Get sent to https://atom.io/docs/api/v0.133.0
Actual: Get sent to https://atom.io/docs/api/v0.135.0/v0.133.0 and receive 404
cc @thedaniel