Skip to content

Commit

Permalink
Merge pull request #36 from storybookjs/chore_remove_ref_to_official_sb
Browse files Browse the repository at this point in the history
Chore: Fixes to broken links
  • Loading branch information
winkerVSbecks authored Oct 12, 2022
2 parents e92bf1e + 1b3bcfb commit cd626a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/Tool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ export const Tool = () => {
title="Enable my addon"
onClick={toggleMyTool}
>
{/*
Checkout https://next--storybookjs.netlify.app/official-storybook/?path=/story/basics-icon--labels
for the full list of icons
*/}
<Icons icon="lightning" />
</IconButton>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/PanelContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ interface PanelContentProps {
}

/**
* Checkout https://github.com/storybookjs/storybook/blob/next/addons/jest/src/components/Panel.tsx
* Checkout https://github.com/storybookjs/storybook/blob/next/code/addons/jest/src/components/Panel.tsx
* for a real world example
*/
export const PanelContent: React.FC<PanelContentProps> = ({
Expand Down

0 comments on commit cd626a6

Please sign in to comment.