Skip to content

Commit e9475de

Browse files
committed
Fixing links
1 parent bd167bb commit e9475de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/spfx/use-aad-tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The steps in this article show you how to build a client-side web part that enab
2828
The client-side web part enables searching for users based on their name, and provides all the matching users through a **DetailsList** Office UI Fabric component. The web part has an option in the property pane to choose how to access Microsoft Graph. In versions of the SharePoint Framework starting with v.1.4.1, you can access Microsoft Graph by using either the native graph client (**MSGraphClient**), or the low-level type used to access any Azure AD secured REST API (**AadHttpClient**).
2929

3030
> [!NOTE]
31-
> To get the source code for this solution, see the [spfx-api-scopes-tutorial](https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/tutorials/spfx-api-scopes-tutorial) GitHub repo.
31+
> To get the source code for this solution, see the [api-scopes](https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/tutorials/api-scopes) GitHub repo.
3232
3333
If you're already familiar with how to create SharePoint Framework solutions, you can proceed to [Configure the API permissions requests](#ConfiguringApiPermissions).
3434

@@ -649,3 +649,4 @@ And that's it! Now you can build enterprise-level solutions that use Azure AD-se
649649
## See also
650650
* [Connect to Azure AD-secured APIs in SharePoint Framework solutions](use-aadhttpclient.md)
651651
* [Use the MSGraphClient to connect to Microsoft Graph](use-msgraph.md)
652+
* [Complete source code from this tutorial](https://github.com/SharePoint/sp-dev-fx-webparts/tree/master/tutorials/api-scopes)

0 commit comments

Comments
 (0)