Skip to content

Commit ca9d887

Browse files
dannyjesseeVesaJuvonen
authored andcommitted
Fixed link to updated placeholder tutorial (SharePoint#825)
1 parent 97bab4b commit ca9d887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/extensions/changes-between-dev-preview-and-rc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Release Candidate is enabled in the First Release tenants in Office 365, but is
1414

1515
- Placeholder logic has been changed slightly and they have been renamed.
1616
- Typical placeholders are now called `'top'` and `'bottom'`
17-
- `onRender` method is deprecated - you should call render from the onInit, if needed and also add event handling for the possible events when placeholders should be re-rendered. See [updated placeholder].(./get-started/using-page-placeholder-with-extensions.md) tutorial for details.
17+
- `onRender` method is deprecated - you should call render from the onInit, if needed and also add event handling for the possible events when placeholders should be re-rendered. See [updated placeholder tutorial](./get-started/using-page-placeholder-with-extensions.md) for details.
1818
- Schema definition URL has been updated in the manifest file to point json schema file from the dev.office.com.
1919

2020
### Field Customizer Changes
@@ -27,4 +27,4 @@ Release Candidate is enabled in the First Release tenants in Office 365, but is
2727

2828
- `onRefreshCommand` method deprecated and replaced with `onListViewUpdated`.
2929
- Manifest json changes around the commands structure. Is using now `items` collections and changes in the title handling of the commands in the json definition.
30-
- Schema definition URL has been updated in the manifest file to point json schema file from the dev.office.com.
30+
- Schema definition URL has been updated in the manifest file to point json schema file from the dev.office.com.

0 commit comments

Comments
 (0)