diff --git a/docs/writing-stories/introduction.md b/docs/writing-stories/introduction.md
index f44b2ed09ae..e48ca292d44 100644
--- a/docs/writing-stories/introduction.md
+++ b/docs/writing-stories/introduction.md
@@ -228,6 +228,6 @@ You can also reuse stories from the child `ListItem` in your `List` component. T
-Note that there are disadvantages in writing stories like this as you cannot take full advantage of the args mechanism and composing args as you build more complex composite components. For more discussion, set the [multi component stories](../workflows/stories-for-multiple-components.md) workflow article.
+Note that there are disadvantages in writing stories like this as you cannot take full advantage of the args mechanism and composing args as you build more complex composite components. For more discussion, see the [multi component stories](../workflows/stories-for-multiple-components.md) workflow article.