Skip to content

Commit 43b15ac

Browse files
committed
Fixed links
1 parent 5a21c81 commit 43b15ac

File tree

2 files changed

+2
-233
lines changed

2 files changed

+2
-233
lines changed

powerapps-docs/developer/component-framework/create-custom-controls-using-pcf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To build your component you can open the folder in Visual Studio Code and use th
4949

5050
1. The name of the task in the project file is the same as the name of the task class.
5151
2. The task class is public and implements the Microsoft.Build.Framework.ITask interface.
52-
3. The task is correctly declared with <UsingTask> in the project file or in the *.tasks files located in the <path> directory
52+
3. The task is correctly declared with \<UsingTask> in the project file or in the *.tasks files located in the <path> directory.
5353

5454
**Resolution:**
5555

@@ -62,7 +62,7 @@ To build your component you can open the folder in Visual Studio Code and use th
6262

6363
[Debug custom components](debugging-custom-controls.md)<br/>
6464
[Package a custom component](import-custom-controls.md)<br/>
65-
[Add custom components to a field or entity](add-custom-controls-to-a-field-or-entity)<br/>
65+
[Add custom components to a field or entity](add-custom-controls-to-a-field-or-entity.md)<br/>
6666
[Updating existing custom components](updating-existing-controls.md)<br/>
6767
[PowerApps component framework API Reference](reference/index.md)<br/>
6868
[PowerApps component framework Overview](overview.md)

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

Lines changed: 0 additions & 231 deletions
This file was deleted.

0 commit comments

Comments
 (0)