Skip to content

Commit dd2fb1a

Browse files
authored
Fixed link.
1 parent 1b6be93 commit dd2fb1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/org-service/quick-start-org-service-console-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You can download the complete code sample from GitHub [quickstart-execute-reques
110110
1. Change the values for the environment URL, username, and password as indicated by the TODO code comment.
111111

112112
> [!NOTE]
113-
> You can find supported values for *AuthType* listed in [Connection string parameters](../xrm-tooling/use-connection-strings-xrm-tooling-connect#connection-string-parameters.md). You can find your environment URL in the legacy web application under **Settings > Customization > Developer Resources** or in Power Apps **Settings** (gear icon) > **Developer Resources**.
113+
> You can find supported values for *AuthType* listed in [Connection string parameters](../xrm-tooling/use-connection-strings-xrm-tooling-connect.md#connection-string-parameters). You can find your environment URL in the legacy web application under **Settings > Customization > Developer Resources** or in Power Apps **Settings** (gear icon) > **Developer Resources**.
114114
>
115115
> While this code sample places the username/password information in the code for simplicity, other code samples will use the more recommended approach of prompting for that information or storing it in a separate App.config or appsettings.json file.
116116

@@ -134,4 +134,4 @@ The following articles will explain how to work with business data in Dataverse
134134
[Update and delete table rows using the Organization Service](entity-operations-update-delete.md)<br />
135135
[Associate and disassociate table rows using the Organization Service](entity-operations-associate-disassociate.md)
136136

137-
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]
137+
[!INCLUDE[footer-include](../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)