diff --git a/articles/v4sdk/bot-builder-webchat-customization.md b/articles/v4sdk/bot-builder-webchat-customization.md index b4ad007d5..ad3e6bdeb 100644 --- a/articles/v4sdk/bot-builder-webchat-customization.md +++ b/articles/v4sdk/bot-builder-webchat-customization.md @@ -269,7 +269,7 @@ ReactDOM.render( ); ``` -The full sample can be found in [the customization-card-components sample](https://github.com/microsoft/BotFramework-WebChat/tree/master/samples/10.a.customization-card-components). +The full sample can be found in [the customization-card-components sample](https://github.com/microsoft/BotFramework-WebChat/tree/master/samples/05.custom-components/e.card-components). In this sample, we are adding a new React component called `GitHubRepositoryAttachment`: