Skip to content

Commit 0d36097

Browse files
authored
Merge pull request #2949 from MicrosoftDocs/master-jdaly-2020-5-31-fix
fix issues found in build report
2 parents 6ad54e8 + aa9aaba commit 0d36097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/walkthrough-blazor-webassembly-single-tenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ You will find that this file already has configuration information generated by
193193
}
194194
```
195195

196-
Update the file to include a new `CDSWebAPI` section that includes the root of the **Instance Web API Service Root URL** you copied in the [Get the Common Data Service Web API URI](#get-the-cds-web-api-uri) step.
196+
Update the file to include a new `CDSWebAPI` section that includes the root of the **Instance Web API Service Root URL** you copied in the [Get the Common Data Service Web API URI](#get-the-common-data-service-web-api-uri) step.
197197

198198
> [!NOTE]
199199
> You don’t need the full URL, just the root.
@@ -500,6 +500,6 @@ In Visual Studio, press F5 to launch the app with the code changes.
500500
### See also
501501

502502
[Secure an ASP.NET Core Blazor WebAssembly standalone app with Azure Active Directory](/aspnet/core/security/blazor/webassembly/standalone-with-azure-active-directory)<br />
503-
[Walkthrough: Register an app with Azure Active Directory](tutorial-register-app-azure-active-directory.md)<br />
503+
[Walkthrough: Register an app with Azure Active Directory](walkthrough-register-app-azure-active-directory.md)<br />
504504
[Use OAuth with Common Data Service](authenticate-oauth.md)<br />
505505
[Use the Common Data Service Web API](webapi/overview.md)

0 commit comments

Comments
 (0)