Skip to content

Commit

Permalink
Fix: broken link to ingredient parser (mealie-recipes#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrinspan authored Nov 7, 2023
1 parent 3a62c9e commit 4b55b83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class="mb-1"
:disabled="recipe.settings.disableAmount || hasFoodOrUnit"
color="accent"
:to="`/g/${groupSlug}/${recipe.slug}/ingredient-parser`"
:to="`/g/${groupSlug}/r/${recipe.slug}/ingredient-parser`"
v-bind="attrs"
>
<template #icon>
Expand Down

0 comments on commit 4b55b83

Please sign in to comment.