Skip to content

Commit f4285da

Browse files
committed
clear-build
1 parent de2f08b commit f4285da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/active-directory/develop/tutorial-single-page-app-react-call-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default function App() {
153153

154154
All the required code snippets have been added, so the application can now be called and tested in a web browser.
155155

156-
1. Navigate to the browser previously opened in [Tutorial: Prepare an application for authentication](./single-page-app-tutorial-02-prepare-spa.md). If your browser is closed, open a new window with the address `http://localhost:3000/`.
156+
1. Navigate to the browser previously opened in [Tutorial: Prepare an application for authentication](./tutorial-single-page-app-react-prepare-spa.md). If your browser is closed, open a new window with the address `http://localhost:3000/`.
157157

158158
1. Select the **Sign In** button. For the purposes of this tutorial, choose the **Sign in using Popup** option.
159159

articles/active-directory/develop/tutorial-single-page-app-react-register-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ To complete registration, provide the application a name, specify the supported
5858
## Next steps
5959

6060
> [!div class="nextstepaction"]
61-
> [Tutorial: Prepare an application for authentication](tutorial-single-page-app-react-prepare-spa)
61+
> [Tutorial: Prepare an application for authentication](tutorial-single-page-app-react-prepare-spa.md)

articles/active-directory/develop/tutorial-single-page-app-react-sign-in-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial:
2828
2929
## Prerequisites
3030

31-
* Completion of the prerequisites and steps in [Tutorial: Prepare an application for authentication](single-page-app-tutorial-02-prepare-spa.md).
31+
* Completion of the prerequisites and steps in [Tutorial: Prepare an application for authentication](tutorial-single-page-app-react-prepare-spa.md).
3232

3333
## Adding components to the application
3434

articles/active-directory/develop/v2-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Choose your preferred [application scenario](authentication-flows-app-scenarios.
5151

5252
For a more in-depth look at building applications using the Microsoft identity platform, see our multipart tutorial series for the following applications:
5353

54-
- [React Single-page app (SPA)](single-page-app-tutorial-01-register-app.md)
54+
- [React Single-page app (SPA)](tutorial-single-page-app-react-register-app.md)
5555
- [.NET Web app](web-app-tutorial-01-register-application.md)
5656
- [.NET Web API](web-api-tutorial-01-register-app.md)
5757

0 commit comments

Comments
 (0)