From 7c20f016c21b16913036a23b0814036eccf0b8d8 Mon Sep 17 00:00:00 2001 From: Luca Andrea Rossi Date: Tue, 14 May 2024 16:30:53 +0200 Subject: [PATCH] Change admin. route to twill. --- docs/content/1_docs/9_buckets/1_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/1_docs/9_buckets/1_index.md b/docs/content/1_docs/9_buckets/1_index.md index 497f081d6..1faf09755 100644 --- a/docs/content/1_docs/9_buckets/1_index.md +++ b/docs/content/1_docs/9_buckets/1_index.md @@ -66,11 +66,11 @@ Finally, add a link to your buckets page in your CMS navigation: return [ 'featured' => [ 'title' => 'Features', - 'route' => 'admin.featured.homepage', + 'route' => 'twill.featured.homepage', 'primary_navigation' => [ 'homepage' => [ 'title' => 'Homepage', - 'route' => 'admin.featured.homepage', + 'route' => 'twill.featured.homepage', ], ], ],