diff --git a/examples/cra-kitchen-sink/src/stories/index.js b/examples/cra-kitchen-sink/src/stories/index.js
index a85dea1474bc..c294b06c8f05 100644
--- a/examples/cra-kitchen-sink/src/stories/index.js
+++ b/examples/cra-kitchen-sink/src/stories/index.js
@@ -42,8 +42,10 @@ storiesOf('Button', module)
return ;
})
- .addWithInfo('with some info', 'Use the info addon with its painful API.', () =>
-
+ .addWithInfo(
+ 'with some info',
+ 'Use the [info addon](https://github.com/storybooks/storybook/tree/master/addons/info) with its painful API.',
+ () =>
);
storiesOf('App', module).add('full app', () => );