Skip to content

Commit 16b909e

Browse files
authored
YNU-168: update routes to accommodate the new domain (#30)
1 parent 8f0a8b9 commit 16b909e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/learn/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Comprehensive learning resources for Yellow Network and state chann
55

66
# Learn
77

8-
**[Introduction](/docs/learn/introduction/what-is-yellow-sdk)** - Understand the fundamentals of Yellow Network, Chain Abstraction and Yellow Apps. Explore NitroliteRPC Protocol.
8+
**[Introduction](/learn/introduction/what-is-yellow-sdk)** - Understand the fundamentals of Yellow Network, Chain Abstraction and Yellow Apps. Explore NitroliteRPC Protocol.
99

10-
**[Beginner](/docs/learn/beginner/yellow-account)** - Follow the core workflows for building your first Yellow App. Learn how to set up a Yellow Account and perform basic operations.
10+
**[Beginner](/learn/beginner/yellow-account)** - Follow the core workflows for building your first Yellow App. Learn how to set up a Yellow Account and perform basic operations.
1111

12-
**[Advanced](/docs/learn/advanced/architecture)** - For experienced developers, this section details the underlying architecture of the Yellow Network. Explore low-level state channel management with Nitrolite Client. Include multiple participants in one application session. Understand advanced deployment strategies, security best practices, and architectural patterns for production-level Yellow Apps.
12+
**[Advanced](/learn/advanced/architecture)** - For experienced developers, this section details the underlying architecture of the Yellow Network. Explore low-level state channel management with Nitrolite Client. Include multiple participants in one application session. Understand advanced deployment strategies, security best practices, and architectural patterns for production-level Yellow Apps.

src/components/HomepageFeatures/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const FeatureList: FeatureItem[] = [
2626
and how decentralized clearing and settlement works.
2727
</>
2828
),
29-
link: '/docs/learn',
29+
link: '/learn',
3030
},
3131
{
3232
title: 'Build a Yellow App',
@@ -38,7 +38,7 @@ const FeatureList: FeatureItem[] = [
3838
trading capabilities and instant cross-chain settlements.
3939
</>
4040
),
41-
link: '/docs/build/quick-start',
41+
link: '/build/quick-start',
4242
},
4343
{
4444
title: 'Run a Clearnode',
@@ -50,7 +50,7 @@ const FeatureList: FeatureItem[] = [
5050
earn rewards, and contribute to decentralized infrastructure.
5151
</>
5252
),
53-
link: '/docs/manuals',
53+
link: '/manuals',
5454
},
5555
{
5656
title: 'Join the Community',

0 commit comments

Comments
 (0)