diff --git a/src/pages/developing/react-tutorial/step-3.mdx b/src/pages/developing/react-tutorial/step-3.mdx index 72c3c5d08e3..b8426aacf6d 100644 --- a/src/pages/developing/react-tutorial/step-3.mdx +++ b/src/pages/developing/react-tutorial/step-3.mdx @@ -186,7 +186,7 @@ the response from GitHub! Our last column in the data table will be a comma-separated list of repository and home page links, so let's create a component called `LinkList`. -Import `Link` at the top of `RepoPage.js`. The imports should look like this. +Import `Link` at the top of `/app/repos/page.js`. The imports should look like this. ```javascript path=src/app/repos/page.js import { Link, Grid, Column } from '@carbon/react';