Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
fix: tutorial links (#1887)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-chase authored and alisonjoseph committed Aug 16, 2019
1 parent c157d33 commit f144439
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 28 deletions.
10 changes: 5 additions & 5 deletions src/content/tutorial/react/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ This tutorial uses [Yarn](https://yarnpkg.com) for dependency management so we c

Each step in this tutorial illustrates a different aspect of developing web applications with Carbon. We recommend starting with step 1, but you can pick up any step and take it from there.

1. [**Installing Carbon**](/tutorial/step-1/react)
1. [**Installing Carbon**]/tutorial/react/step-1
- Create a web app with the UI shell component.
1. [**Building pages**](/tutorial/step-2/react)
1. [**Building pages**]/tutorial/react/step-2
- Build out pages with the grid and various components.
1. [**Using APIs**](/tutorial/step-3/react)
1. [**Using APIs**]/tutorial/react/step-3
- Populate the data table with an external data source.
1. [**Creating components**](/tutorial/step-4/react)
1. [**Creating components**]/tutorial/react/step-4
- Extend Carbon by creating your own components.
1. [**Deploying to IBM Cloud**](/tutorial/step-5/react)
1. [**Deploying to IBM Cloud**]/tutorial/react/step-5
- Build and host your app in a production environment.
2 changes: 1 addition & 1 deletion src/content/tutorial/react/step-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Then, start the app:
$ yarn start
```

You should see something similar to where the [previous step](/tutorial/step-1/react) left off.
You should see something similar to where the [previous step]/tutorial/react/step-1 left off.

### IE11 polyfills

Expand Down
2 changes: 1 addition & 1 deletion src/content/tutorial/react/step-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Then, start the app:
$ yarn start
```

You should see something similar to where the [previous step](/tutorial/step-2/react) left off. Stop your app with `CTRL-C` and let's get everything installed.
You should see something similar to where the [previous step]/tutorial/react/step-2 left off. Stop your app with `CTRL-C` and let's get everything installed.

## Install dependencies

Expand Down
2 changes: 1 addition & 1 deletion src/content/tutorial/react/step-4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Then, start the app:
$ yarn start
```

You should see something similar to where the [previous step](/tutorial/step-3/react) left off.
You should see something similar to where the [previous step]/tutorial/react/step-3 left off.

## Review design

Expand Down
2 changes: 1 addition & 1 deletion src/content/tutorial/react/step-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Then, start the app:
$ yarn start
```

You should see something similar to where the [previous step](/tutorial/step-4/react) left off.
You should see something similar to where the [previous step]/tutorial/react/step-4 left off.

## Create IBM Cloud account

Expand Down
10 changes: 5 additions & 5 deletions src/content/tutorial/react/wrapping-up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Once you complete all five steps of the tutorial, you can apply for the IBM Digi
This badge demonstrates knowledge about Carbon's React components. To earn the badge:

1. Complete steps 1 through 5 of the React Carbon tutorial
- Step 1. [Installing Carbon](/tutorial/step-1/react)
- Step 2. [Building pages](/tutorial/step-2/react)
- Step 3. [Using APIs](/tutorial/step-3/react)
- Step 4. [Creating components](/tutorial/step-4/react)
- Step 5. [Deploying to IBM Cloud](/tutorial/step-5/react)
- Step 1. [Installing Carbon]/tutorial/react/step-1
- Step 2. [Building pages]/tutorial/react/step-2
- Step 3. [Using APIs]/tutorial/react/step-3
- Step 4. [Creating components]/tutorial/react/step-4
- Step 5. [Deploying to IBM Cloud]/tutorial/react/step-5
2. Submit links to approved pull requests for steps 1 through 5 of the React Carbon tutorial in the [carbon-tutorial repository](https://github.com/carbon-design-system/carbon-tutorial).
- To quickly find your submitted PRs, you can [filter by author](https://github.com/carbon-design-system/carbon-tutorial/pulls?utf8=%E2%9C%93&q=author%3Ausername) (e.g. `author:${username}`)
3. Complete the [badge application](http://www.carbondesignsystem.com/tutorial/wrapping-up/react#application)
Expand Down
10 changes: 5 additions & 5 deletions src/content/tutorial/vue/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ This tutorial uses [Yarn](https://yarnpkg.com) for dependency management so we c

Each step in this tutorial illustrates a different aspect of developing web applications with Carbon. We recommend starting with step 1, but you can pick up any step and take it from there.

1. [**Installing Carbon**](/tutorial/step-1/vue)
1. [**Installing Carbon**]/tutorial/vue/step-1
- Create a web app with the UI shell component.
1. [**Building pages**](/tutorial/step-2/vue)
1. [**Building pages**]/tutorial/vue/step-2
- Build out pages with the grid and various components.
1. [**Using APIs**](/tutorial/step-3/vue)
1. [**Using APIs**]/tutorial/vue/step-3
- Populate the data table with an external data source.
1. [**Creating components**](/tutorial/step-4/vue)
1. [**Creating components**]/tutorial/vue/step-4
- Extend Carbon by creating your own components.
1. [**Deploying to IBM Cloud**](/tutorial/step-5/vue)
1. [**Deploying to IBM Cloud**]/tutorial/vue/step-5
- Build and host your app in a production environment.
2 changes: 1 addition & 1 deletion src/content/tutorial/vue/step-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Then, start the app:
$ yarn serve
```

You should see something similar to where the [previous step](/tutorial/step-1/vue) left off.
You should see something similar to where the [previous step]/tutorial/vue/step-1 left off.

## Install grid

Expand Down
2 changes: 1 addition & 1 deletion src/content/tutorial/vue/step-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Then, start the app:
$ yarn serve
```

You should see something similar to where the [previous step](/tutorial/step-2/vue) left off. Stop your app with `CTRL-C` and let's get everything installed.
You should see something similar to where the [previous step]/tutorial/vue/step-2 left off. Stop your app with `CTRL-C` and let's get everything installed.

## Install dependencies

Expand Down
2 changes: 1 addition & 1 deletion src/content/tutorial/vue/step-4.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Then, start the app:
$ yarn serve
```

You should see something similar to where the [previous step](/tutorial/step-3/vue) left off.
You should see something similar to where the [previous step]/tutorial/vue/step-3 left off.

## Review design

Expand Down
2 changes: 1 addition & 1 deletion src/content/tutorial/vue/step-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Then, start the app:
$ yarn serve
```

You should see something similar to where the [previous step](/tutorial/step-4/vue) left off.
You should see something similar to where the [previous step]/tutorial/vue/step-4 left off.

## Create IBM Cloud account

Expand Down
10 changes: 5 additions & 5 deletions src/content/tutorial/vue/wrapping-up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ Once you complete all five steps of the tutorial, you can apply for the IBM Digi
This badge demonstrates knowledge about Carbon's Vue components. To earn the badge:

1. Complete steps 1 through 5 of the Vue Carbon tutorial
- Step 1. [Installing Carbon](/tutorial/step-1/vue)
- Step 2. [Building pages](/tutorial/step-2/vue)
- Step 3. [Using APIs](/tutorial/step-3/vue)
- Step 4. [Creating components](/tutorial/step-4/vue)
- Step 5. [Deploying to IBM Cloud](/tutorial/step-5/vue)
- Step 1. [Installing Carbon]/tutorial/vue/step-1
- Step 2. [Building pages]/tutorial/vue/step-2
- Step 3. [Using APIs]/tutorial/vue/step-3
- Step 4. [Creating components]/tutorial/vue/step-4
- Step 5. [Deploying to IBM Cloud]/tutorial/vue/step-5
2. Submit links to approved pull requests for steps 1 through 5 of the Vue Carbon tutorial in the [carbon-tutorial-vue repository](https://github.com/carbon-design-system/carbon-tutorial-vue).
- To quickly find your submitted PRs, you can [filter by author](https://github.com/carbon-design-system/carbon-tutorial-vue/pulls?utf8=%E2%9C%93&q=author%3Ausername) (e.g. `author:${username}`)
3. Complete the [badge application](http://www.carbondesignsystem.com/tutorial/wrapping-up/vue#application)
Expand Down

0 comments on commit f144439

Please sign in to comment.