From 276e580ec4e69556dddae7e4db879f261686862a Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 31 Mar 2021 08:21:03 -0800 Subject: [PATCH] fix links (#239) Co-authored-by: hay-kot --- docs/docs/changelog/v0.4.0.md | 4 ++-- docs/docs/contributors/non-coders.md | 2 +- docs/docs/getting-started/updating.md | 2 +- docs/docs/site-administration/user-management.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/changelog/v0.4.0.md b/docs/docs/changelog/v0.4.0.md index e93c0b03..7f3e5eb6 100644 --- a/docs/docs/changelog/v0.4.0.md +++ b/docs/docs/changelog/v0.4.0.md @@ -15,7 +15,7 @@ With the addition of group settings and a re-write of the database layer of the application backend, there is no migration path for your current site settings. Webhooks Settings, Meal Plan Categories are now managed by groups. Site settings, mainly homepage settings, are now site specific and managed by administrators. When upgrading be sure to uncheck the settings when importing your old data. #### ENV Variables - Names have been changed to be more consistent with industry standards. See the [Installation Page](/getting-started/install/) for new parameters. + Names have been changed to be more consistent with industry standards. See the [Installation Page](mealie/getting-started/install/) for new parameters. ## Bug Fixes - Fixed Search Results Limited to 100 - #198 @@ -51,7 +51,7 @@ - Create/Edit/Delete Restrictions ### Custom Pages - - You can now create custom pages that are displayed on the homepage sidebar to organize categories of recipes into pages. For example, if you have several categories that encompass "Entrée" you can group all those categories together under the "Entrée" page. See [Building Pages](/site-administration/building-pages/) for more information. + - You can now create custom pages that are displayed on the homepage sidebar to organize categories of recipes into pages. For example, if you have several categories that encompass "Entrée" you can group all those categories together under the "Entrée" page. See [Building Pages](/mealie/site-administration/building-pages/) for more information. !!! tip Note that this replaces the behavior of automatically adding categories to the sidebar. diff --git a/docs/docs/contributors/non-coders.md b/docs/docs/contributors/non-coders.md index 686d0003..3040cb7d 100644 --- a/docs/docs/contributors/non-coders.md +++ b/docs/docs/contributors/non-coders.md @@ -7,7 +7,7 @@ We love your input! We want to make contributing to this project as easy and tra - Submitting a fix - Proposing new features - Becoming a maintainer -- [Help translate to a new language or improve current translations](../translating) +- Help translate to a new language or improve current translations [Remember to join the Discord and stay in touch with other developers working on the project](https://discord.gg/R6QDyJgbD2)! diff --git a/docs/docs/getting-started/updating.md b/docs/docs/getting-started/updating.md index 9a200153..f16f6d7c 100644 --- a/docs/docs/getting-started/updating.md +++ b/docs/docs/getting-started/updating.md @@ -11,7 +11,7 @@ ## Backing Up Your Data -[See Backups and Restore Section](/site-administration/backups-and-exports/) for details on backing up your data +[See Backups and Restore Section](/mealie/site-administration/backups-and-exports/) for details on backing up your data ## Docker For all setups using Docker the updating process look something like this diff --git a/docs/docs/site-administration/user-management.md b/docs/docs/site-administration/user-management.md index 92c47867..cc73712b 100644 --- a/docs/docs/site-administration/user-management.md +++ b/docs/docs/site-administration/user-management.md @@ -83,4 +83,4 @@ You can easily create and manage groups via the frontend in the admin panel unde User Groups can only be deleted if no users are apart of the group. If you want to delete a group, you must assign the users to another group before removing. ## Password Reset -If a user forgets their password an administrator is able to reset their password through the user management page. In the user table, select edit. In the popup windows click the "Reset Password" to reset a users password to the default. This is either 'MyPassword' or set through an environment variable. See the [Installation Page](/getting-started/install/) for more details on environmental variables +If a user forgets their password an administrator is able to reset their password through the user management page. In the user table, select edit. In the popup windows click the "Reset Password" to reset a users password to the default. This is either 'MyPassword' or set through an environment variable. See the [Installation Page](/mealie/getting-started/install/) for more details on environmental variables