Skip to content

Commit 9c67331

Browse files
committed
fix(Table.md): update link to component groups extension's skeleton table documentation
1 parent fe3c92f commit 9c67331

File tree

1 file changed

+1
-1
lines changed
  • packages/module/patternfly-docs/content/extensions/data-view/examples/Table

1 file changed

+1
-1
lines changed

packages/module/patternfly-docs/content/extensions/data-view/examples/Table/Table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ To indicate that data is loading, you can display a loading state.
161161

162162
The loading state will be displayed when the data view `activeState` value is `loading`.
163163

164-
You can create your loading state by passing either the [component groups extension's skeleton table](/extensions/component-groups/skeleton-table) or a customized [PatternFly empty state](/components/empty-state) to the `loading` key of `headStates` or `bodyStates`.
164+
You can create your loading state by passing either the [component groups extension's skeleton table](/component-groups/status-and-state-indicators/skeleton-table) or a customized [PatternFly empty state](/components/empty-state) to the `loading` key of `headStates` or `bodyStates`.
165165

166166
```js file="./DataViewTableLoadingExample.tsx"
167167

0 commit comments

Comments
 (0)