mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 18:41:06 +08:00
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:
parent
717d6eee51
commit
600ce1f0e1
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user