Skip to content

Commit c60bf35

Browse files
committed
fixing links
1 parent f91eeeb commit c60bf35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/docs/react/guides/content-blocks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,5 +335,5 @@ You can extend the system with your own custom content blocks by creating:
335335
2. Layout configurations for the content
336336
3. A content builder to connect the type with its layouts
337337

338-
See the [Custom Content Types](/react/intro/custom-content-type) guide for more
338+
See the [Custom Content Types](/react/guides/custom-content-type) guide for more
339339
information.

src/content/docs/react/intro/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ CMS-driven blog application:
135135
<LinkCard
136136
title="Rendering Content with Vyuh React"
137137
description="Discover how to fetch and display blog posts in your React components with live updates."
138-
href="/react/intro/rendering-content"
138+
href="/react/guides/rendering-content"
139139
/>
140140

141141
### How Vyuh Renders CMS Content

src/content/docs/react/intro/setup-sanity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Now that you have Sanity set up with your blog schemas, you're ready to:
242242
2. Connect your React app to Sanity using the Vyuh content provider
243243
3. Render your blog content in your React application
244244

245-
Continue to [Rendering Content with Vyuh React](/react/intro/rendering-content)
245+
Continue to [Rendering Content with Vyuh React](/react/guides/rendering-content)
246246
to learn how to display your Sanity content in your React app.
247247

248248
<Aside type="note">

0 commit comments

Comments
 (0)