diff --git a/src/components/EditOnRepo/EditOnRepo.js b/src/components/EditOnRepo/EditOnRepo.js index 23679e9..6ee71e0 100644 --- a/src/components/EditOnRepo/EditOnRepo.js +++ b/src/components/EditOnRepo/EditOnRepo.js @@ -90,7 +90,7 @@ const EditOnRepo = ({ repoType, branch, location, path }) => { break; case 'github': icon = require('images/github.svg'); - link = `${location}/tree/${branch}/${rootDir}/${path}`; + link = `${location}/tree/master/${rootDir}/${path}`; text += 'Github'; break; case 'bitbucket':