From dbd2c8cbe022190dc369251bdde58e2ad2fff2f2 Mon Sep 17 00:00:00 2001 From: guidari Date: Mon, 18 Sep 2023 15:11:05 -0300 Subject: [PATCH] fix: fixed names --- src/pages/developing/frameworks/react.mdx | 2 +- src/pages/developing/next-tutorial/overview.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/developing/frameworks/react.mdx b/src/pages/developing/frameworks/react.mdx index 8a0f34a347c..5149b03d252 100755 --- a/src/pages/developing/frameworks/react.mdx +++ b/src/pages/developing/frameworks/react.mdx @@ -122,7 +122,7 @@ A full list of available icons is provided in the [icon library](/guidelines/icons/library/). For a more in depth introduction to using `@carbon/react` in a webpack-based -app, [check out our react tutorial](/developing/next-tutorial/overview/). +app, [check out our NextJS tutorial](/developing/next-tutorial/overview/). ## Development diff --git a/src/pages/developing/next-tutorial/overview.mdx b/src/pages/developing/next-tutorial/overview.mdx index 1efaa94930b..8fb76ef6bf7 100644 --- a/src/pages/developing/next-tutorial/overview.mdx +++ b/src/pages/developing/next-tutorial/overview.mdx @@ -34,8 +34,8 @@ components, while introducing web development best practices along the way. -Here's a [preview](https://v11-next-step-5--carbon-tutorial-nextjs.netlify.app) -of what you will build: +Here's a [preview](https://carbon-tutorial-nextjs.vercel.app/) of what you will +build: