docs: use github.com/mealie-recipes/mealie instead of older github.com/hay-kot/mealie (#2781)

This was done with the following command:

sed -i -e 's|github\.com/hay-kot/mealie|github.com/mealie-recipes/mealie|g' docs/docs/documentation/**/*.md
This commit is contained in:
Dany Marcoux
2023-12-03 23:06:24 +01:00
committed by GitHub
parent 0e45b962b2
commit 1ac6e651d1
4 changed files with 5 additions and 5 deletions

View File

@@ -34,4 +34,4 @@ ALTER USER mealie WITH SUPERUSER;
ALTER USER mealie WITH NOSUPERUSER;
```
For more information see [GitHub Issue #1500](https://github.com/hay-kot/mealie/issues/1500)
For more information see [GitHub Issue #1500](https://github.com/mealie-recipes/mealie/issues/1500)