diff --git a/src/Tool.tsx b/src/Tool.tsx
index c5d39b6..8222a85 100644
--- a/src/Tool.tsx
+++ b/src/Tool.tsx
@@ -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
- */}
);
diff --git a/src/components/PanelContent.tsx b/src/components/PanelContent.tsx
index 9fcfb5f..bf3db52 100644
--- a/src/components/PanelContent.tsx
+++ b/src/components/PanelContent.tsx
@@ -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 = ({