Skip to content

Commit 5e4da5a

Browse files
committed
Fix broken links "file-not-found"
1 parent 5a8ba2c commit 5e4da5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/extensions/get-started/building-simple-field-customizer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ Now you're ready to deploy the solution to a SharePoint site and get the field a
370370
The process for publishing your app is identical among the different extension types.
371371

372372
> [!NOTE]
373-
> This was a relatively simple field customizer with functionality that could also have been achieved with [column formatting capability](../../../declarative-customization/column-formatting). Column formatting however does not support actual custom code. Notice that field customizers cannot be modified by end users from the user interface which enables additional use cases.
373+
> This was a relatively simple field customizer with functionality that could also have been achieved with [Use column formatting to customize SharePoint](../../../declarative-customization/column-formatting.md). Column formatting however does not support actual custom code. Notice that field customizers cannot be modified by end users from the user interface which enables additional use cases.
374374

375375
## See also
376376

377-
- [Build your first ListView Command Set extension](./building-simple-cmdset-with-dialog-api.md)
377+
- [Build your first ListView Command Set extension](building-simple-cmdset-with-dialog-api.md)
378378
- [Overview of SharePoint Framework Extensions](../overview-extensions.md)

0 commit comments

Comments
 (0)