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 was archived by the owner on Apr 12, 2024. It is now read-only.
Internal hash-links on all doc pages (i.e. ones that are meant to just scroll the user to a section on the same page) are all broken, leading to the docs home page instead of the current one.
This seems to work - clicking on the links scroll to the correct place and the URL updates properly - but that's because Angular.js intercepts the native browser navigation.
This is caused by the <base> tag that points to the main page, causing seemingly harmless hash-links like #migrating-from-1-6-to-1-7 to resolve against the document.baseURI instead of the current URL path name.
Expected / new behavior:
All the links should work when opened in a new tab.
Minimal reproduction of the problem with instructions: