Skip to content

Commit 2e2cd1a

Browse files
committed
fix: Update links to align with nav redesign.
1 parent 72f979c commit 2e2cd1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The **data view** extension enables you to display datasets in organized layouts
3030

3131
### Layout
3232

33-
A data view should contain a header, the data representation, and a footer. These parts are organized in a [stack layout](/layouts/stack).
33+
A data view should contain a header, the data representation, and a footer. These parts are organized in a [stack layout](/foundations-and-styles/layouts/stack).
3434

3535
The data view toolbars and sub-components that display the data (like a card view or table) are always passed as `children` to the `<DataView>` component.
3636

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

Lines changed: 2 additions & 2 deletions
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](/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](/extensions/component-groups/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

@@ -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](/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](/extensions/component-groups/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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can further customize toolbar interactions by referring to the additional do
4444
```
4545

4646
## Toolbar actions
47-
To support additional user needs, you can pass relevant actions to the toolbar via `actions`. Add standard PatternFly actions (like buttons) or choose predefined [responsive actions](/component-groups/responsive-actions) which ensure the responsive behavior of multiple actions in 1 toolbar.
47+
To support additional user needs, you can pass relevant actions to the toolbar via `actions`. Add standard PatternFly actions (like buttons) or choose predefined [responsive actions](/extensions/component-groups/responsive-actions) which ensure the responsive behavior of multiple actions in 1 toolbar.
4848

4949
### Actions example
5050

0 commit comments

Comments
 (0)