diff --git a/docs/docs/documentation/getting-started/features.md b/docs/docs/documentation/getting-started/features.md index e2c98ae5b537..4c195cc748dc 100644 --- a/docs/docs/documentation/getting-started/features.md +++ b/docs/docs/documentation/getting-started/features.md @@ -69,7 +69,7 @@ Mealie uses a calendar like view to help you plan your meals. It shows you the p !!! tip You can also add a "Note" type entry to your meal-plan when you want to include something that might not have a specific recipes. This is great for leftovers, or for ordering out. -[Mealplanner Demo](https://demo.mealie.io/group/mealplan/planner){ .md-button .md-button--primary } +[Mealplanner Demo](https://demo.mealie.io/group/mealplan/planner/view){ .md-button .md-button--primary } ### Planner Rules diff --git a/frontend/components/Layout/DefaultLayout.vue b/frontend/components/Layout/DefaultLayout.vue index b0071bc95f12..e585d6c67f32 100644 --- a/frontend/components/Layout/DefaultLayout.vue +++ b/frontend/components/Layout/DefaultLayout.vue @@ -175,7 +175,7 @@ { icon: $globals.icons.calendarMultiselect, title: i18n.tc("meal-plan.meal-planner"), - to: "/group/mealplan/planner", + to: "/group/mealplan/planner/view", restricted: true, }, {