From 39483bfbe74de141cd961eb140443faacbf358e4 Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Mon, 14 Feb 2022 11:51:06 -0600 Subject: [PATCH] fix(tutorial): correct broken links --- src/pages/developing/react-tutorial/step-2.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/developing/react-tutorial/step-2.mdx b/src/pages/developing/react-tutorial/step-2.mdx index 5e4e579cfd7..5c79214605b 100644 --- a/src/pages/developing/react-tutorial/step-2.mdx +++ b/src/pages/developing/react-tutorial/step-2.mdx @@ -260,7 +260,7 @@ import { Before we can render the tabs, we need to add some props for the component after the import. These example props came from the -[React Tabs Story](http://react.carbondesignsystem.com/?selectedKind=Tabs) in +[React Tabs Story](https://react.carbondesignsystem.com/?path=/story/components-tabs--default) in Storybook. ```javascript path=src/content/LandingPage/LandingPage.js @@ -325,8 +325,8 @@ the expected `grid` > `row` > `col` DOM structure. -Hold up! If you were to run -[DAP](https://www.ibm.com/able/dynamic-assessment-plug-in.html) to check for +Hold up! If you were to run the +[Equal Access Toolkit](https://www.ibm.com/able/toolkit) to check for accessibility violations, you'd see `Multiple navigation landmarks must have unique labels specified with aria-label or aria-labelledby` because both the `Breadcrumb` and `Tabs` components use `