Skip to content

Commit

Permalink
docs: use v11 deployments for previews in react tutorial (#3426)
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Mar 10, 2023
1 parent ccedfa9 commit 15b0224
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions src/pages/developing/react-tutorial/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ components, while introducing web development best practices along the way.

</AnchorLinks>

Here's a [preview](https://react-step-6--carbon-tutorial.netlify.com) of what
you will build:
Here's a [preview](https://v11-react-step-5--carbon-tutorial.netlify.app) of
what you will build:

<Preview
height="400"
title="Carbon Tutorial"
src="https://react-step-6--carbon-tutorial.netlify.com"
src="https://v11-react-step-5--carbon-tutorial.netlify.app"
frameborder="no"
allowtransparency="true"
allowfullscreen="true"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/developing/react-tutorial/step-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ navigate between pages.

## Preview

A [preview](https://v11-react-step-2--carbon-tutorial.netlify.com) of what you
A [preview](https://v11-react-step-2--carbon-tutorial.netlify.app) of what you
will build:

<Preview
height="200"
title="Carbon Tutorial Step 1"
src="https://v11-react-step-2--carbon-tutorial.netlify.com"
src="https://v11-react-step-2--carbon-tutorial.netlify.app"
frameborder="no"
allowtransparency="true"
allowfullscreen="true"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/developing/react-tutorial/step-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Carbon components.

## Preview

A [preview](https://react-step-3--carbon-tutorial.netlify.com) of what you'll
build:
A [preview](https://v11-react-step-3--carbon-tutorial.netlify.app) of what
you'll build:

<Preview
height="400"
title="Carbon Tutorial Step 2"
src="https://v11-react-step-3--carbon-tutorial.netlify.com"
src="https://v11-react-step-3--carbon-tutorial.netlify.app"
frameborder="no"
allowtransparency="true"
allowfullscreen="true"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/developing/react-tutorial/step-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ To do so, we'll be using
[Octokit Core](https://github.com/octokit/core.js/#readme), a client that makes
it easy to interact with Github's APIs.

A [preview](https://react-step-4--carbon-tutorial.netlify.com) of what you will
build (see repositories page):
A [preview](https://v11-react-step-4--carbon-tutorial.netlify.app) of what you
will build (see repositories page):

<Preview
height="400"
title="Carbon Tutorial Step 3"
src="https://react-step-4--carbon-tutorial.netlify.com"
src="https://v11-react-step-4--carbon-tutorial.netlify.app"
frameborder="no"
allowtransparency="true"
allowfullscreen="true"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/developing/react-tutorial/step-4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ Next, we're going to use Carbon assets to build application-specific components.
We'll do so by including accessibility and responsive considerations all
throughout.

A [preview](https://react-step-5--carbon-tutorial.netlify.com) of what you'll
build (see bottom of page):
A [preview](https://v11-react-step-5--carbon-tutorial.netlify.app) of what
you'll build (see bottom of page):

<Preview
height="400"
title="Carbon Tutorial Step 4"
src="https://react-step-5--carbon-tutorial.netlify.com"
src="https://v11-react-step-5--carbon-tutorial.netlify.app"
frameborder="no"
allowtransparency="true"
allowfullscreen="true"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/developing/react-tutorial/step-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ have not been updated to reflect changes for our next major version.

## Preview

A [preview](https://react-step-6--carbon-tutorial.netlify.com) of what you'll
build (visually no different, but built for production):
A [preview](https://v11-react-step-5--carbon-tutorial.netlify.app) of what
you'll build (visually no different, but built for production):

<Preview
height="400"
title="Carbon Tutorial Step 5"
src="https://react-step-6--carbon-tutorial.netlify.com"
src="https://v11-react-step-5--carbon-tutorial.netlify.app"
frameborder="no"
allowtransparency="true"
allowfullscreen="true"
Expand Down

1 comment on commit 15b0224

@vercel
Copy link

@vercel vercel bot commented on 15b0224 Mar 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.