Update 02-getting-started.md

Changed the target for Custom Page link, from /advanced section to /navigation section
This commit is contained in:
Muhammad Ashraf Ishak
2025-06-11 04:21:59 +08:00
committed by GitHub
parent 5d0eadbcf1
commit 3269aba548
+1 -1
View File
@@ -42,4 +42,4 @@ Custom pages are a blank canvas for you to build whatever you want in a panel. T
Each custom page has a PHP class and a Blade view. The PHP class is technically a [full-page Livewire component](https://livewire.laravel.com/docs/components) (in fact, every page class in a Filament panel is a Livewire component). As such, every page has access to the full power of Livewire to build an interactive server-rendered UI.
To start your journey by creating a custom page, visit the [Custom pages documentation](advanced/custom-pages).
To start your journey by creating a custom page, visit the [Custom pages documentation](navigation/custom-pages).