From 247a4de283daf578e3630588ad84dc36f5e633e8 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Sat, 7 Oct 2023 14:21:46 -0500 Subject: [PATCH] docs: fix old mealplanner route ref (#2590) --- docs/docs/documentation/getting-started/features.md | 2 +- frontend/components/Layout/DefaultLayout.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, }, {