Skip to content

Commit eff9111

Browse files
committed
Fixing links
1 parent 1f623b7 commit eff9111

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

powerapps-docs/developer/component-framework/implementing-controls-using-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Follow the steps below to create and import a [solution](https://docs.microsoft.
302302
> - Under **Code Tools**, check **NuGet targets & Build Tasks**
303303

304304
6. The generated solution zip file is located in `Solution\\bin\debug\`.
305-
7. You should manually [import the solution into Common Data Service](https://docs.microsoft.com/dynamics365/customer-engagement/customize/import-update-export-solutions) using the web portal once the zip file is ready or see [Authenticating to your organization](import-custom-controls.md#authenticating-to-your-organization) and [Deployment](import-custom-controls.md#deploying-custom-components) sections to import using PowerApps CLI commands.
305+
7. You should manually [import the solution into Common Data Service](https://docs.microsoft.com/dynamics365/customer-engagement/customize/import-update-export-solutions) using the web portal once the zip file is ready or see [Authenticating to your organization](import-custom-controls.md#authenticating-to-your-organization) and [Deployment](import-custom-controls.md#deploying-code-components) sections to import using PowerApps CLI commands.
306306

307307
## Adding code components in model-driven apps
308308

powerapps-docs/developer/component-framework/import-custom-controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Follow the steps below to create and import a solution file:
3838
> - If you encounter an error that says *Ambiguous project name* when running the `msbuild` command on your solution. Then double-check that your solution name and project name are not the same.
3939
4040
4. After build completes, the generated solution files are located in `\bin\debug\`.
41-
5. You can now manually import the solution into Common Data Service using the web portal or see [Authenticating to your organization](#authenticating-to-your-organization) and [Deployment](#deploying-custom-components) sections to import using PowerApps CLI commands.
41+
5. You can now manually import the solution into Common Data Service using the web portal or see [Authenticating to your organization](#authenticating-to-your-organization) and [Deployment](#deploying-code-components) sections to import using PowerApps CLI commands.
4242
4343
## Authenticating to your organization
4444
@@ -110,6 +110,6 @@ If you would like to remove a custom component from a solution, follow the steps
110110
### See also
111111

112112
[Add components to model-drive-apps](add-custom-controls-to-a-field-or-entity.md)<br/>
113-
[Add components to an app](component-framework-for-canvas-apps.md#add-components-to-an-app)<br/>
113+
[Add components to an app](component-framework-for-canvas-apps.md#add-components-to-a-canvas-app)<br/>
114114
[PowerApps component framework API Reference](reference/index.md)<br/>
115115
[PowerApps component framework Overview](overview.md)

0 commit comments

Comments
 (0)