Skip to content

Commit 1940de9

Browse files
authored
🧹 doc: fix link
1 parent 8d9493b commit 1940de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/table-of-content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import Deck from '../components/nearl/card-deck.vue'
77
There's no correct or organized way to learn Elysia, however we recommended completing the essential chapter first as the chapter briefly covering most of Elysia's features and foundation before jumping to other topics that interested you.
88

99
<Deck>
10-
<Card title="Essential" href="/new/essential/route">
10+
<Card title="Essential" href="/essential/route">
1111
Important concept and foundation of Elysia
1212
</Card>
13-
<Card title="Validation" href="/new/validation/overview">
13+
<Card title="Validation" href="/validation/overview">
1414
Enforce data type and creating unified type
1515
</Card>
16-
<Card title="Life Cycle" href="/new/life-cycle/overview">
16+
<Card title="Life Cycle" href="/life-cycle/overview">
1717
Intercept event and customize behaviors
1818
</Card>
1919
<Card title="Patterns" href="/patterns/cookie">

0 commit comments

Comments
 (0)