Fix edit this page link

When we moved to github pages, we moved the doc source to `source`
branch, and the `npm run publish` script force pushes the built site to
the `master` branch.
This commit is contained in:
Michael Shilman 2017-04-28 07:43:21 +10:00
parent 717d6eee51
commit 600ce1f0e1

View File

@ -29,7 +29,7 @@ class Container extends React.Component {
const gitHubRepoUrl = 'https://github.com/storybooks/storybooks.github.io';
const docPath = `${selectedCatId}/${selectedSectionId}/${selectedItemId}`;
const gitHubRepoDocUrl = `${gitHubRepoUrl}/tree/master/src/docs/${docPath}.js`;
const gitHubRepoDocUrl = `${gitHubRepoUrl}/tree/source/src/docs/${docPath}.js`;
return (
<div id="docs-container" className="row">