Router link giving warning " link is a void element tag and must not have `children` or use `props.dangerouslySetInnerHTML`."
In reactjs its Link and not link. Can you try that once?
import {Link} from 'react-router';
Change the link
to Link
The first letter is Capitalized.