diff --git a/docs/learn/index.md b/docs/learn/index.md index f266044..bfb0717 100644 --- a/docs/learn/index.md +++ b/docs/learn/index.md @@ -5,8 +5,8 @@ description: Comprehensive learning resources for Yellow Network and state chann # Learn -**[Introduction](/docs/learn/introduction/what-is-yellow-sdk)** - Understand the fundamentals of Yellow Network, Chain Abstraction and Yellow Apps. Explore NitroliteRPC Protocol. +**[Introduction](/learn/introduction/what-is-yellow-sdk)** - Understand the fundamentals of Yellow Network, Chain Abstraction and Yellow Apps. Explore NitroliteRPC Protocol. -**[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. +**[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. -**[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. \ No newline at end of file +**[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. \ No newline at end of file diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 1a696b0..5b11a47 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -26,7 +26,7 @@ const FeatureList: FeatureItem[] = [ and how decentralized clearing and settlement works. ), - link: '/docs/learn', + link: '/learn', }, { title: 'Build a Yellow App', @@ -38,7 +38,7 @@ const FeatureList: FeatureItem[] = [ trading capabilities and instant cross-chain settlements. ), - link: '/docs/build/quick-start', + link: '/build/quick-start', }, { title: 'Run a Clearnode', @@ -50,7 +50,7 @@ const FeatureList: FeatureItem[] = [ earn rewards, and contribute to decentralized infrastructure. ), - link: '/docs/manuals', + link: '/manuals', }, { title: 'Join the Community',