ui
ui copied to clipboard
Links in `.md` files are not opening correctly
As a user I can open a link in another tab So that continue browsing the styleguide
All external links seems broken because there is an extra https://bufferapp.github.io/ui/#/ui/ before the actual link
Example on card page with:
- Card example
- Password
- Figma
https://bufferapp.github.io/ui/#/ui/Guides/cards
It looks like external links should use an <a> instead of a <Link>.
References
- https://github.com/ReactTraining/react-router/issues/6344#issuecomment-423233981
- https://github.com/ReactTraining/react-router/issues/1147#issuecomment-435522644