From c06b9e9c869773569daf212bef49ead29e9cf2a5 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 14 Jul 2020 14:59:25 +0800 Subject: [PATCH] CLI template: Link to componentdriven.org --- lib/cli/src/frameworks/common/Introduction.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/frameworks/common/Introduction.stories.mdx b/lib/cli/src/frameworks/common/Introduction.stories.mdx index 2e5141d4bdc..05e729ed577 100644 --- a/lib/cli/src/frameworks/common/Introduction.stories.mdx +++ b/lib/cli/src/frameworks/common/Introduction.stories.mdx @@ -121,7 +121,7 @@ That makes it easy to develop hard-to-reach states. Save these UI states as **st Browse example stories now by navigating to them in the sidebar. View their code in the `src/storybook-examples` directory to learn how they work. -We recommend building UIs with a [**component-driven**](https://blog.hichroma.com/component-driven-development-ce1109d56c8e) process starting with atomic components and ending with pages. +We recommend building UIs with a [**component-driven**](https://componentdriven.org) process starting with atomic components and ending with pages.
Configure