Skip to content

Commit f77c27d

Browse files
authored
Merge pull request #4 from microsoftgraph/patch-3
Corrected case in links
2 parents 3328656 + 9cde065 commit f77c27d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ In this lab you will create a React single-page application, configured with Azu
1010

1111
## Demos
1212

13-
The [Demos](./Demos) directory in this repository contains copies of the project that correspond to completing individual sections of the tutorial. If you just want to demo a particular section of the tutorial, you can start with the version from the previous section.
13+
The [demos](./demos) directory in this repository contains copies of the project that correspond to completing individual sections of the tutorial. If you just want to demo a particular section of the tutorial, you can start with the version from the previous section.
1414

15-
- [01-create-app](Demos/01-create-app): Completed [Create a React single-page app](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=1)
16-
- [02-add-aad-auth](Demos/02-add-aad-auth): Completed [Add Azure AD authentication](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=3)
17-
- [03-add-msgraph](Demos/03-add-msgraph): Completed [Get calendar data](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=4)
15+
- [01-create-app](demos/01-create-app): Completed [Create a React single-page app](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=1)
16+
- [02-add-aad-auth](demos/02-add-aad-auth): Completed [Add Azure AD authentication](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=3)
17+
- [03-add-msgraph](demos/03-add-msgraph): Completed [Get calendar data](https://docs.microsoft.com/graph/training/react-tutorial?tutorial-step=4)
1818

1919
## Completed sample
2020

2121
If you just want the completed sample generated by following this lab, you can find it here.
2222

23-
- [Completed project](Demos/03-add-msgraph)
23+
- [Completed project](demos/03-add-msgraph)
2424

2525
## Disclaimer
2626

0 commit comments

Comments
 (0)