diff --git a/src/components/Docs/Container/index.js b/src/components/Docs/Container/index.js index 91bf9d76d7cc..f368b26f8571 100644 --- a/src/components/Docs/Container/index.js +++ b/src/components/Docs/Container/index.js @@ -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 (