weaveworks / ui-components

A collection of UI components that are shared across Weaveworks projects
http://weaveworks-ui-components.s3-website-us-west-2.amazonaws.com/
Apache License 2.0
30 stars 26 forks source link

Remove dependence on react-router #487

Open foot opened 5 years ago

foot commented 5 years ago

It is used for just the <Link /> cmp..

src/components/ResourceDial/ResourceDial.js
3:import { Link } from 'react-router';

src/components/_DeploymentAnnotation/DeploymentAnnotation.js
4:import { Link } from 'react-router';
fbarl commented 5 years ago

Related to #482.

Looking at these issues, we should probably replace all relative links with ~absolute~ href-type URLs, that should address both of them.