From d468376e36d67041400ee5f6687df4273827e21b Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Sun, 22 Sep 2024 15:23:25 +0400 Subject: [PATCH] [fix] broken links --- docs/api/internal/intercept-method.md | 2 +- docs/api/internal/on-method.md | 2 +- docs/api/overview/main-overview.md | 2 +- docs/guides/configuration.md | 2 +- docs/news/whats-new.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/api/internal/intercept-method.md b/docs/api/internal/intercept-method.md index e7079df..30a81e8 100644 --- a/docs/api/internal/intercept-method.md +++ b/docs/api/internal/intercept-method.md @@ -27,7 +27,7 @@ api.intercept( ### Events :::info -The full list of the Pivot internal events can be found [**here**](api/overview/main-overview.md/#root-events). +The full list of the Pivot internal events can be found [**here**](api/overview/main-overview.md/#pivot-events). 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. ::: diff --git a/docs/api/internal/on-method.md b/docs/api/internal/on-method.md index 3c854e1..4af3ad8 100644 --- a/docs/api/internal/on-method.md +++ b/docs/api/internal/on-method.md @@ -27,7 +27,7 @@ api.on( ### Events :::info -The full list of the Pivot internal events can be found [**here**](/api/overview/main-overview/#root-events). +The full list of the Pivot internal events can be found [**here**](/api/overview/main-overview/#pivot-events). 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. ::: diff --git a/docs/api/overview/main-overview.md b/docs/api/overview/main-overview.md index 503bf02..7a9373c 100644 --- a/docs/api/overview/main-overview.md +++ b/docs/api/overview/main-overview.md @@ -17,7 +17,7 @@ new pivot.Pivot("#root", { **Parameters**: - an HTML container (the ID of the HTML container) -- an object of the configuration parameters ([check here](#root-properties)) +- an object of the configuration parameters ([check here](#pivot-properties)) ## Pivot methods diff --git a/docs/guides/configuration.md b/docs/guides/configuration.md index 9ee4acb..021951a 100644 --- a/docs/guides/configuration.md +++ b/docs/guides/configuration.md @@ -567,7 +567,7 @@ In the Configuration panel it's possible to perform the next operations with fie - [add-field](/api/events/add-field-event) - [delete-field](/api/events/delete-field-event) - [update-field](/api/events/update-value-event) -- [move-field](/api/events/reorder-fields-event) +- [move-field](/api/events/move-field-event) ## Example diff --git a/docs/news/whats-new.md b/docs/news/whats-new.md index e11c51f..8c1a9cf 100644 --- a/docs/news/whats-new.md +++ b/docs/news/whats-new.md @@ -42,4 +42,4 @@ For tips about migration to the new version, check the [Migration](/news/migrati - [processing data with predicates](/guides/working-with-data#processing-data-with-predicates) - applying custom pre-processing functions for data - [setting date format via locale](/guides/loading-exporting-data#setting-date-format) - New methods are added: [`getTable()`](/api/methods/gettable-method), [`setConfig()`](/api/methods/setconfig-method), [`setLocale()`](/api/methods/setlocale-method), [`showConfigPanel()`](/api/methods/showconfigpanel-method) -- 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). +- 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).