Skip to content

Commit 95c87ce

Browse files
committed
fix: update links on homepage
1 parent 0e7641a commit 95c87ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Web/Homepage/home.view.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'Do you prefer something tried and tested? Tempest has built-in support for Blade and Twig as well.',
6868
]"
6969
link-label="Templating"
70-
:link-uri="uri(ChapterController::class, version: \App\Web\Documentation\Version::default(), category: 'framework', slug: 'views')"
70+
:link-uri="uri(ChapterController::class, version: \App\Web\Documentation\Version::default(), category: 'essentials', slug: 'views')"
7171
:snippets="['templating-view', 'templating-component']"
7272
></x-home-section>
7373
<!-- ORM-->
@@ -77,7 +77,7 @@
7777
'Define models with simple, clean code.',
7878
]"
7979
link-label="ORM"
80-
:link-uri="uri(ChapterController::class, version: \App\Web\Documentation\Version::default(), category: 'framework', slug: 'models')"
80+
:link-uri="uri(ChapterController::class, version: \App\Web\Documentation\Version::default(), category: 'essentials', slug: 'models')"
8181
:snippets="['model', 'orm']"
8282
></x-home-section>
8383
<!-- Much more-->

0 commit comments

Comments
 (0)