Skip to content

Commit 7f9042e

Browse files
committed
fix first page
1 parent aa15e95 commit 7f9042e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default withMermaid({
171171

172172
function nav() {
173173
return [
174-
{ text: "Learn", link: "/learn/intro" },
174+
{ text: "Learn", link: "/learn/overview" },
175175
{ text: "Tutorials", link: "/tutorials/quick-start" },
176176
{ text: "How To Guides", link: "/guides/overview" },
177177
{ text: "Blog", link: "/blog/overview" },

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hero:
1616
link: /tutorials/quick-start
1717
- theme: alt
1818
text: Introduction
19-
link: /learn/intro
19+
link: /learn/overview
2020

2121
features:
2222
- title: Build with the Best
@@ -29,6 +29,6 @@ features:
2929
icon: ⚙️
3030
- title: Take Control
3131
details: Retain the ability to upgrade via hard forks. Break free of offchain councils holding upgrade keys. Allow your community to be sovereign.
32-
link: /learn/intro
32+
link: /learn/overview
3333
icon: 🎮
3434
---

0 commit comments

Comments
 (0)