Skip to content

Commit d468376

Browse files
[fix] broken links
1 parent 367d4d3 commit d468376

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/api/internal/intercept-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ api.intercept(
2727
### Events
2828

2929
:::info
30-
The full list of the Pivot internal events can be found [**here**](api/overview/main-overview.md/#root-events).
30+
The full list of the Pivot internal events can be found [**here**](api/overview/main-overview.md/#pivot-events).
3131
Use the [`api.on()`](/api/internal/on-method) method if you want to listen to the actions without modifying them. To make changes to the actions, apply the `api.intercept()` method.
3232
:::
3333

docs/api/internal/on-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ api.on(
2727
### Events
2828

2929
:::info
30-
The full list of the Pivot internal events can be found [**here**](/api/overview/main-overview/#root-events).
30+
The full list of the Pivot internal events can be found [**here**](/api/overview/main-overview/#pivot-events).
3131
Use the `api.on()` method if you want to listen to the actions without modifying them. To make changes to the actions, apply the [`api.intercept()`](/api/internal/intercept-method) method.
3232
:::
3333

docs/api/overview/main-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ new pivot.Pivot("#root", {
1717
**Parameters**:
1818

1919
- an HTML container (the ID of the HTML container)
20-
- an object of the configuration parameters ([check here](#root-properties))
20+
- an object of the configuration parameters ([check here](#pivot-properties))
2121

2222
## Pivot methods
2323

docs/guides/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ In the Configuration panel it's possible to perform the next operations with fie
567567
- [add-field](/api/events/add-field-event)
568568
- [delete-field](/api/events/delete-field-event)
569569
- [update-field](/api/events/update-value-event)
570-
- [move-field](/api/events/reorder-fields-event)
570+
- [move-field](/api/events/move-field-event)
571571

572572
## Example
573573

docs/news/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ For tips about migration to the new version, check the [Migration](/news/migrati
4242
- [processing data with predicates](/guides/working-with-data#processing-data-with-predicates) - applying custom pre-processing functions for data
4343
- [setting date format via locale](/guides/loading-exporting-data#setting-date-format)
4444
- New methods are added: [`getTable()`](/api/methods/gettable-method), [`setConfig()`](/api/methods/setconfig-method), [`setLocale()`](/api/methods/setlocale-method), [`showConfigPanel()`](/api/methods/showconfigpanel-method)
45-
- New events are added: [`add-field`](/api/events/add-field-event), [`delete-field`](/api/events/delete-field-event), [`open-filter`](/api/events/open-filter-event), [`render-table`](/api/events/render-table-event), [`reorder-fields`](/api/events/reorder-fields-event), [`show-config-panel`](/api/events/show-config-panel-event), [`show-config-panel`](/api/events/show-config-panel-event), [`update-config`](/api/events/update-config-event), [`update-value`](/api/events/update-value-event).
45+
- New events are added: [`add-field`](/api/events/add-field-event), [`delete-field`](/api/events/delete-field-event), [`open-filter`](/api/events/open-filter-event), [`render-table`](/api/events/render-table-event), [`move-field`](/api/events/move-field-event), [`show-config-panel`](/api/events/show-config-panel-event), [`show-config-panel`](/api/events/show-config-panel-event), [`update-config`](/api/events/update-config-event), [`update-value`](/api/events/update-value-event).

0 commit comments

Comments
 (0)