Skip to content

Commit

Permalink
Merge pull request #13 from storybooks/7-edit-this-page-link
Browse files Browse the repository at this point in the history
Fix edit this page link
  • Loading branch information
xavxyz authored Apr 28, 2017
2 parents beb1b0d + 600ce1f commit 0fbcef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Docs/Container/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 0fbcef0

Please sign in to comment.