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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
This is only a partial fix. The url now no longer gets clobbered, but the second part of this fix needs to be the scrolling to the anchor in the document.
Create an HTML page where the URL is different then the base
current URL: http://localhost:8000/build/docs/some/path
crate a link
when clicked the browser goes to
http://localhost:8000/build/docs#someId
instead to:
http://localhost:8000/build/docs/some/path#someId
The text was updated successfully, but these errors were encountered: