Skip to content

Commit 9ba2e06

Browse files
committed
fix broken links
1 parent 30192b9 commit 9ba2e06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/get-started/create-powergrid-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Here you will find:
88

99
## Introduction
1010

11-
Now that you've finished the PowerGrid [Essential Configuration](get-started/powergrid-configuration.html#essential-configuration), it's time create your very first Table Component!
11+
Now that you've finished the PowerGrid [Essential Configuration](/get-started/powergrid-configuration.html#essential-configuration), it's time create your very first Table Component!
1212

1313
## Create a Table
1414

docs/table-component/component-columns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Column::make('Dish name', 'name')
371371

372372
### visibleInExport()
373373

374-
Sometimes, you may want to hide and exclude a specific column when [Exporting Data](/table-component/table-data-export.html). This method gives you control whether the column will be included or not in the file containing the exported data.
374+
Sometimes, you may want to hide and exclude a specific column when [Exporting Data](/table-features/exporting-data.html). This method gives you control whether the column will be included or not in the file containing the exported data.
375375

376376
| Parameter | Description |
377377
|-----------------|------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)