ui icon indicating copy to clipboard operation
ui copied to clipboard

Links in `.md` files are not opening correctly

Open flexbox opened this issue 6 years ago • 1 comments

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

flexbox avatar May 16 '19 07:05 flexbox

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

billfienberg avatar Feb 04 '21 08:02 billfienberg