Skip to content

Commit

Permalink
docs(content): fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 23, 2024
1 parent 9cadf39 commit 3ddf095
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/content-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Introduction

::: tip
Optionally, the composable [`useContentContainer`](../composables/use-content-container.md) can also be used as a wrapper.
Optionally, the composable [`useContentContainer`](../composables/use-content-container) can also be used as a wrapper.
:::

The `ContentContainer` is used to map the depth of the page structure.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/content-headline.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Introduction

::: tip
Optionally, the composable [`useContentHeadline`](../composables/use-content-headline.md) can also be used as a wrapper.
Optionally, the composable [`useContentHeadline`](../composables/use-content-headline) can also be used as a wrapper.
:::

`ContentHeadline` is used to display the headline structure.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/composables/use-content-container.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# useContentContainer

::: tip
Optional kann auch die Komponente [`<ContentContainer>`](../components/content-container.md) als Wrapper verwendet werden.
Optional kann auch die Komponente [`<ContentContainer>`](../components/content-container) als Wrapper verwendet werden.
:::

Das Composable `useContentContainer` wird eingesetzt um die Tiefe der Seitenstruktur abzubilden.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/composables/use-content-headline.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# useContentContainer

::: tip
Optional kann auch die Komponente [`<ContentHeadline>`](../components/content-headlien.md) als Wrapper verwendet werden.
Optional kann auch die Komponente [`<ContentHeadline>`](../components/content-headline) als Wrapper verwendet werden.
:::

Das Composable `useContentContainer` wird eingesetzt um die Tiefe der Seitenstruktur abzubilden.
Expand Down

0 comments on commit 3ddf095

Please sign in to comment.