Skip to content

Commit 08e9691

Browse files
committed
removing en-us from links
1 parent 5ca35ef commit 08e9691

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ npm start
334334

335335
## Packaging your code components
336336

337-
Follow these steps to create and import a [solution](https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/solutions-overview) file:
337+
Follow these steps to create and import a [solution](https://docs.microsoft.com/powerapps/maker/common-data-service/solutions-overview) file:
338338

339339
1. Create a new folder **Solutions** inside the **LinearComponent** folder and navigate into the folder.
340340
2. Create a new solution project in the **LinearComponent** folder using the following command:
@@ -371,7 +371,7 @@ Follow these steps to create and import a [solution](https://docs.microsoft.com/
371371
> - Under **Code Tools**, check **NuGet targets & Build Tasks**.
372372

373373
6. The generated solution zip file is located in the `Solution\bin\debug` folder.
374-
7. Manually [import the solution into Common Data Service](https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/import-update-export-solutions) using the web portal once the zip file is ready or see the [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.
374+
7. Manually [import the solution into Common Data Service](https://docs.microsoft.com/powerapps/maker/common-data-service/import-update-export-solutions) using the web portal once the zip file is ready or see the [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.
375375

376376
## Adding code components in model-driven apps
377377

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To create and import a solution file:
4040
> - If you encounter an error that says *Ambiguous project name* when running the `msbuild` command on your solution, ensure that your solution name and project name are not the same.
4141
4242
4. The generated solution files are located inside the `\bin\debug\` folder after the build is successful.
43-
5. Manually [import the solution into Common Data Service](https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/import-update-export-solutions) using the web portal or see the [Authenticating to your organization](#authenticating-to-your-organization) and [Deployment](#deploying-code-components) sections to import using PowerApps CLI commands.
43+
5. Manually [import the solution into Common Data Service](https://docs.microsoft.com/powerapps/maker/common-data-service/import-update-export-solutions) using the web portal or see the [Authenticating to your organization](#authenticating-to-your-organization) and [Deployment](#deploying-code-components) sections to import using PowerApps CLI commands.
4444

4545
## Authenticating to your organization
4646

0 commit comments

Comments
 (0)