Skip to content

Commit e3e4c75

Browse files
committed
fix links
1 parent aa15e95 commit e3e4c75

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.vitepress/config.ts

Lines changed: 3 additions & 6 deletions
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/about" },
175175
{ text: "Tutorials", link: "/tutorials/quick-start" },
176176
{ text: "How To Guides", link: "/guides/overview" },
177177
{ text: "Blog", link: "/blog/overview" },
@@ -185,11 +185,8 @@ function sidebarHome() {
185185
collapsed: true,
186186
items: [
187187
{
188-
text: "Overview",
189-
collapsed: true,
190-
items: [
191-
{ text: "About Rollkit", link: "/learn/about" },
192-
],
188+
text: "About Rollkit",
189+
link: "/learn/about",
193190
},
194191
{
195192
text: "Technical details",

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/about
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/about
3333
icon: 🎮
3434
---

0 commit comments

Comments
 (0)