chore(examples): use new main branch

This commit is contained in:
moklick
2020-09-19 14:02:37 +02:00
parent 69735a624b
commit 0e42d2a05d
+1 -1
View File
@@ -85,7 +85,7 @@ const navLinks = routes.filter((route) => route.label);
const SourceDisplay = withRouter(({ location }) => {
const route = routes.find((route) => route.path === location.pathname);
const sourceLink = `https://github.com/wbkd/react-flow/tree/master/example/src/${route.label}/index.js`;
const sourceLink = `https://github.com/wbkd/react-flow/tree/main/example/src/${route.label}/index.js`;
return (
<a className="sourcedisplay" href={sourceLink}>