Skip to content

Commit

Permalink
[fix] broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiipylypchuk1991 committed Sep 22, 2024
1 parent 367d4d3 commit d468376
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api/internal/intercept-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/api/internal/on-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

Expand Down
2 changes: 1 addition & 1 deletion docs/api/overview/main-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/news/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit d468376

Please sign in to comment.