Skip to content

Commit 1df8bee

Browse files
committed
fixing links
1 parent bfc9188 commit 1df8bee

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/content/docs/react/guides/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Aside } from '@astrojs/starlight/components'
1111

1212
Actions in the Vyuh framework provide a powerful way to add interactivity to
1313
your application. They define what happens when users interact with
14-
[content blocks](/react/guides/content-blocks/), such as clicking a button,
14+
[content blocks](/react/guides/content-blocks), such as clicking a button,
1515
submitting a form, or navigating between screens.
1616

1717
Actions are designed with a composable architecture that allows for multiple

src/content/docs/react/guides/conditions.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Aside } from '@astrojs/starlight/components'
1010
## Introduction to Conditions
1111

1212
Conditions in the Vyuh framework provide a powerful way to create dynamic,
13-
context-aware [content](/react/guides/content-blocks/) and interactions. They
13+
context-aware [content](/react/guides/content-blocks) and interactions. They
1414
allow your application to make decisions based on various factors such as user
1515
state, device characteristics, time, or any custom logic you define.
1616

@@ -89,8 +89,8 @@ const result = await executeCondition(booleanCondition)
8989
## Using Conditions with Content
9090

9191
Conditions are most commonly used with
92-
[conditional content blocks](/react/guides/content-blocks#conditional-content)
93-
to dynamically select which content to display:
92+
[conditional content blocks](/react/guides/content-blocks/conditional) to
93+
dynamically select which content to display:
9494

9595
```typescript
9696
const conditionalContent = {

src/content/docs/react/guides/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Content blocks are composable, allowing you to build complex UIs from simple
3737
components. Each content block can have its own layout, actions, and conditions,
3838
making them highly flexible and reusable.
3939

40-
[Learn more about Content Blocks →](/react/guides/content-blocks/)
40+
[Learn more about Content Blocks →](/react/guides/content-blocks)
4141

4242
### Layouts
4343

src/content/docs/react/guides/layouts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Aside } from '@astrojs/starlight/components'
1010
## Introduction to Layouts
1111

1212
Layouts in the Vyuh framework provide a powerful way to control the visual
13-
presentation of [content blocks](/react/guides/content-blocks/) without changing
13+
presentation of [content blocks](/react/guides/content-blocks) without changing
1414
their underlying data. They separate the content structure from its visual
1515
representation, enabling flexible and dynamic user interfaces.
1616

0 commit comments

Comments
 (0)