Skip to content

Commit fe3c92f

Browse files
committed
fix(Table.md): update link to component groups extension's error state documentation
1 parent 3648507 commit fe3c92f

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
@@ -149,7 +149,7 @@ When there is a data connection or retrieval error, you can display an error sta
149149

150150
The error state will be displayed when the data view `activeState` value is `error`.
151151

152-
You can create your error state by passing either the [component groups extension's error state](/extensions/component-groups/error-state) or a [PatternFly empty state](/components/empty-state) to the `error` key of `headStates` or `bodyStates`.
152+
You can create your error state by passing either the [component groups extension's error state](/component-groups/error-communication/error-state) or a [PatternFly empty state](/components/empty-state) to the `error` key of `headStates` or `bodyStates`.
153153

154154
```js file="./DataViewTableErrorExample.tsx"
155155

0 commit comments

Comments
 (0)