Skip to content

Commit e4a7b00

Browse files
Update quickstart-single-page-app-javascript-sign-in.md
1 parent d5c6e66 commit e4a7b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/quickstart-single-page-app-javascript-sign-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To obtain the sample application, you can either clone it from GitHub or downloa
5959

6060
## Configure the project
6161

62-
1. In your IDE, open the project folder, *ms-identity-javascript-tutorial/angular-spa*, containing the sample.
62+
1. In your IDE, open the project folder, *ms-identity-javascript-tutorial/js-spa*, containing the sample.
6363
1. Open *1-Authentication/1-sign-in/App/authConfig.js* and replace the file contents with the following snippet:
6464

6565
:::code language="csharp" source="~/ms-identity-docs-code-javascript/js-spa/App/authConfig.js":::
@@ -95,4 +95,4 @@ Run the project with a web server by using Node.js:
9595

9696
- [Quickstart: Protect an ASP.NET Core web API with the Microsoft identity platform](./quickstart-web-api-aspnet-core-protect-api.md).
9797

98-
- Learn more by building this JavaScript SPA from scratch with the following series - [Tutorial: Sign in users and call Microsoft Graph](./tutorial-v2-javascript-spa.md)
98+
- Learn more by building this JavaScript SPA from scratch with the following series - [Tutorial: Sign in users and call Microsoft Graph](./tutorial-v2-javascript-spa.md)

0 commit comments

Comments
 (0)