Skip to content

Commit 337d54e

Browse files
committed
Update broken link
1 parent b56cbbb commit 337d54e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You will use the <xref:Microsoft.Xrm.Sdk.IOrganizationService>.<xref:Microsoft.X
6666
using Microsoft.Xrm.Tooling.Connector;
6767
```
6868

69-
1. Replace the `Main` method with the following code. The supported values for *AuthType* are listed in [Connection string parameters](/dynamics365/customerengagement/developer/xrm-tooling/use-connection-strings-xrm-tooling-connect#connection-string-parameters).
69+
1. Replace the `Main` method with the following code. The supported values for *AuthType* are listed in [Connection string parameters](../xrm-tooling/use-connection-strings-xrm-tooling-connect.md).
7070

7171
```csharp
7272
static void Main(string[] args)

powerapps-docs/developer/component-framework/manifest-schema-reference/property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The `of-type` attribute value must be one of the following:
4444

4545
|Element|Description|
4646
|--|--|
47-
|[manifest](manifest.md)|[!INCLUDE [manifest-description](includes/manifest-description.md)]|
47+
|[control](control.md)|[!INCLUDE [control-description](includes/control-description.md)]|
4848

4949

5050
## Example

0 commit comments

Comments
 (0)