From 0e42d2a05dd411be3f55894a5c4cf9b14b71fa48 Mon Sep 17 00:00:00 2001 From: moklick Date: Sat, 19 Sep 2020 14:02:37 +0200 Subject: [PATCH] chore(examples): use new main branch --- example/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/src/index.js b/example/src/index.js index 49e54ccf..f90eee35 100644 --- a/example/src/index.js +++ b/example/src/index.js @@ -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 (