Skip to content

Commit 0151527

Browse files
authored
Use */mealie-recipes/mealie in all Markdown files (#2827)
This replaces the older */hay-kot/mealie The changes were done with: sed -i -e 's|/hay-kot/mealie|/mealie-recipes/mealie|g' **/*.md
1 parent 787e288 commit 0151527

File tree

11 files changed

+94
-94
lines changed

11 files changed

+94
-94
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<!-- PROJECT LOGO -->
1010
<br />
1111
<p align="center">
12-
<a href="https://github.com/hay-kot/mealie">
12+
<a href="https://github.com/mealie-recipes/mealie">
1313
<svg style="width:100px;height:100px" viewBox="0 0 24 24">
1414
<path fill="currentColor" d="M8.1,13.34L3.91,9.16C2.35,7.59 2.35,5.06 3.91,3.5L10.93,10.5L8.1,13.34M13.41,13L20.29,19.88L18.88,21.29L12,14.41L5.12,21.29L3.71,19.88L13.36,10.22L13.16,10C12.38,9.23 12.38,7.97 13.16,7.19L17.5,2.82L18.43,3.74L15.19,7L16.15,7.94L19.39,4.69L20.31,5.61L17.06,8.85L18,9.81L21.26,6.56L22.18,7.5L17.81,11.84C17.03,12.62 15.77,12.62 15,11.84L14.78,11.64L13.41,13Z" />
1515
</svg>
@@ -21,12 +21,12 @@
2121
A Place for All Your Recipes
2222
<br />
2323
<a href="https://nightly.mealie.io"><strong>Explore the docs »</strong></a>
24-
<a href="https://github.com/hay-kot/mealie">
24+
<a href="https://github.com/mealie-recipes/mealie">
2525
</a>
2626
<br />
2727
<a href="https://demo.mealie.io/">View Demo</a>
2828
·
29-
<a href="https://github.com/hay-kot/mealie/issues">Report Bug</a>
29+
<a href="https://github.com/mealie-recipes/mealie/issues">Report Bug</a>
3030
·
3131
<a href="https://github.com/mealie-recipes/mealie/pkgs/container/mealie">GitHub Container Registry</a>
3232
</p>
@@ -76,17 +76,17 @@ Thanks to Linode for providing Hosting for the Demo, Beta, and Documentation sit
7676

7777
<!-- MARKDOWN LINKS & IMAGES -->
7878
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
79-
[contributors-shield]: https://img.shields.io/github/contributors/hay-kot/mealie.svg?style=flat-square
79+
[contributors-shield]: https://img.shields.io/github/contributors/mealie-recipes/mealie.svg?style=flat-square
8080
[docker-pull]: https://img.shields.io/docker/pulls/hkotel/mealie
81-
[contributors-url]: https://github.com/hay-kot/mealie/graphs/contributors
82-
[forks-shield]: https://img.shields.io/github/forks/hay-kot/mealie.svg?style=flat-square
83-
[forks-url]: https://github.com/hay-kot/mealie/network/members
84-
[stars-shield]: https://img.shields.io/github/stars/hay-kot/mealie.svg?style=flat-square
85-
[stars-url]: https://github.com/hay-kot/mealie/stargazers
86-
[issues-shield]: https://img.shields.io/github/issues/hay-kot/mealie.svg?style=flat-square
87-
[issues-url]: https://github.com/hay-kot/mealie/issues
88-
[license-shield]: https://img.shields.io/github/license/hay-kot/mealie.svg?style=flat-square
89-
[license-url]: https://github.com/hay-kot/mealie/blob/mealie-next/LICENSE
81+
[contributors-url]: https://github.com/mealie-recipes/mealie/graphs/contributors
82+
[forks-shield]: https://img.shields.io/github/forks/mealie-recipes/mealie.svg?style=flat-square
83+
[forks-url]: https://github.com/mealie-recipes/mealie/network/members
84+
[stars-shield]: https://img.shields.io/github/stars/mealie-recipes/mealie.svg?style=flat-square
85+
[stars-url]: https://github.com/mealie-recipes/mealie/stargazers
86+
[issues-shield]: https://img.shields.io/github/issues/mealie-recipes/mealie.svg?style=flat-square
87+
[issues-url]: https://github.com/mealie-recipes/mealie/issues
88+
[license-shield]: https://img.shields.io/github/license/mealie-recipes/mealie.svg?style=flat-square
89+
[license-url]: https://github.com/mealie-recipes/mealie/blob/mealie-next/LICENSE
9090
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
9191
[linkedin-url]: https://linkedin.com/in/hay-kot
9292
[product-screenshot]: docs/docs/assets/img/home_screenshot.png

docs/docs/changelog/v0.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ A quality update with major props to [zackbcom](https://github.com/zackbcom) for
6262

6363
### Recipes
6464
- Added user feedback on bad URL
65-
- Better backend data validation for updating recipes, avoid small syntax errors corrupting database entry. [Closes #8](https://github.com/hay-kot/mealie/issues/8)
65+
- Better backend data validation for updating recipes, avoid small syntax errors corrupting database entry. [Closes #8](https://github.com/mealie-recipes/mealie/issues/8)
6666
- Fixed spacing Closes while editing new recipes in JSON
6767

6868
## v0.0.0 - Initial Pre-release

docs/docs/changelog/v0.4.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Database Version: v0.4.0**
66

77
!!! error "Breaking Changes"
8-
1. With a recent refactor some users been experiencing issues with an environmental variable not being set correct. If you are experiencing issues, please provide your comments [Here](https://github.com/hay-kot/mealie/issues/281).
8+
1. With a recent refactor some users been experiencing issues with an environmental variable not being set correct. If you are experiencing issues, please provide your comments [Here](https://github.com/mealie-recipes/mealie/issues/281).
99

1010
2. If you are a developer, you may experience issues with development as a new environmental variable has been introduced. Setting `PRODUCTION=false` will allow you to develop as normal.
1111

@@ -31,4 +31,4 @@
3131
- Unify Logger across the backend
3232
- mealie.log and last_recipe.json are now downloadable from the frontend from the /admin/about
3333
- New download schema where you request a token and then use that token to hit a single endpoint to download a file. This is a notable change if you are using the API to download backups.
34-
- Recipe images can now be added directly from a URL - [See #117 for details](https://github.com/hay-kot/mealie/issues/117)
34+
- Recipe images can now be added directly from a URL - [See #117 for details](https://github.com/mealie-recipes/mealie/issues/117)

docs/docs/changelog/v0.5.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Fixed #617 - Section behavior when adding a step
99
- Fixed #615 - Recipe Settings are not available when creating new recipe
1010
- Fixed #625 - API of today's image returns strange characters
11-
- Fixed [#590](https://github.com/hay-kot/mealie/issues/590) - Duplicate Events when using Gunicorn Workers
11+
- Fixed [#590](https://github.com/mealie-recipes/mealie/issues/590) - Duplicate Events when using Gunicorn Workers
1212

1313
## Features and Improvements
1414

docs/docs/changelog/v1.0.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
- FastAPI to 0.78.0
77

88
- Recipe Ingredient Editor
9-
- [#1140](https://github.com/hay-kot/mealie/issues/1140) - Error in processing the quantity of ingredients #1140 - UI Now prevents entering not-allowed characters in quantity field
9+
- [#1140](https://github.com/mealie-recipes/mealie/issues/1140) - Error in processing the quantity of ingredients #1140 - UI Now prevents entering not-allowed characters in quantity field
1010
- UI now allows no value to be set in addition to a zero (0) value.
11-
- [#1237](https://github.com/hay-kot/mealie/issues/1237) - UI: Saving a 0 quantity ingredient displays 0 until the page is refreshed #1237 - UI Now properly reacts to changes in the quantity field.
11+
- [#1237](https://github.com/mealie-recipes/mealie/issues/1237) - UI: Saving a 0 quantity ingredient displays 0 until the page is refreshed #1237 - UI Now properly reacts to changes in the quantity field.
1212

13-
- Fix Mealie v0.5.x migration issue [#1183](https://github.com/hay-kot/mealie/issues/1183)
13+
- Fix Mealie v0.5.x migration issue [#1183](https://github.com/mealie-recipes/mealie/issues/1183)
1414
- Consolidated Frontend Types thanks to [@PFischbeck](https://github.com/Fischbeck)
1515
- Added support for SSL/No Auth Email [@nkringle](https://github.com/nkringle)
16-
- [Implement several notifications for server actions ](https://github.com/hay-kot/mealie/pull/1234)[@miroito](https://github.com/Miroito)
16+
- [Implement several notifications for server actions ](https://github.com/mealie-recipes/mealie/pull/1234)[@miroito](https://github.com/Miroito)
1717
- Fix display issue for shared recipe rendering on server [@PFischbeck](https://github.com/Fischbeck)
1818

1919
## v1.0.0b - 2022-05-09
@@ -36,7 +36,7 @@
3636

3737
- Mealie now stores the original text from parsed ingredients, with the ability to peak at the original text from a recipe. [@miroito](https://github.com/Miroito)
3838
- Added some management / utility functions for administrators to manage data and cleanup artifacts from the file system.
39-
- Fix clear url action in recipe creation [#1101](https://github.com/hay-kot/mealie/pull/1101) [@miroito](https://github.com/Miroito)
39+
- Fix clear url action in recipe creation [#1101](https://github.com/mealie-recipes/mealie/pull/1101) [@miroito](https://github.com/Miroito)
4040
- Add group statistics calculations and data storage measurements
4141
- No hard limits are currently imposed on groups - though this may be implemented in the future.
4242

docs/docs/changelog/v1.0.0beta-2.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
### Bug Fixes
22

3-
- Bump isomorphic-dompurify from 0.18.0 to 0.19.0 in /frontend ([#1257](https://github.com/hay-kot/mealie/issues/1257))
4-
- Bump @nuxtjs/auth-next in /frontend ([#1265](https://github.com/hay-kot/mealie/issues/1265))
5-
- Bad dev dependency ([#1281](https://github.com/hay-kot/mealie/issues/1281))
6-
- Add touch support for mealplanner delete ([#1298](https://github.com/hay-kot/mealie/issues/1298))
3+
- Bump isomorphic-dompurify from 0.18.0 to 0.19.0 in /frontend ([#1257](https://github.com/mealie-recipes/mealie/issues/1257))
4+
- Bump @nuxtjs/auth-next in /frontend ([#1265](https://github.com/mealie-recipes/mealie/issues/1265))
5+
- Bad dev dependency ([#1281](https://github.com/mealie-recipes/mealie/issues/1281))
6+
- Add touch support for mealplanner delete ([#1298](https://github.com/mealie-recipes/mealie/issues/1298))
77

88
### Documentation
99

10-
- Add references for VSCode dev containers ([#1299](https://github.com/hay-kot/mealie/issues/1299))
11-
- Docker-compose.dev.yml is currently not functional ([#1300](https://github.com/hay-kot/mealie/issues/1300))
10+
- Add references for VSCode dev containers ([#1299](https://github.com/mealie-recipes/mealie/issues/1299))
11+
- Docker-compose.dev.yml is currently not functional ([#1300](https://github.com/mealie-recipes/mealie/issues/1300))
1212

1313
### Features
1414

15-
- Add reports to bulk recipe import (url) ([#1294](https://github.com/hay-kot/mealie/issues/1294))
16-
- Rewrite print implementation to support new ing ([#1305](https://github.com/hay-kot/mealie/issues/1305))
15+
- Add reports to bulk recipe import (url) ([#1294](https://github.com/mealie-recipes/mealie/issues/1294))
16+
- Rewrite print implementation to support new ing ([#1305](https://github.com/mealie-recipes/mealie/issues/1305))
1717

1818
### Miscellaneous Tasks
1919

20-
- Github stalebot changes ([#1271](https://github.com/hay-kot/mealie/issues/1271))
21-
- Bump eslint-plugin-nuxt in /frontend ([#1258](https://github.com/hay-kot/mealie/issues/1258))
22-
- Bump @vue/runtime-dom in /frontend ([#1259](https://github.com/hay-kot/mealie/issues/1259))
23-
- Bump nuxt-vite from 0.1.3 to 0.3.5 in /frontend ([#1260](https://github.com/hay-kot/mealie/issues/1260))
24-
- Bump vue2-script-setup-transform in /frontend ([#1263](https://github.com/hay-kot/mealie/issues/1263))
25-
- Update dev dependencies ([#1282](https://github.com/hay-kot/mealie/issues/1282))
20+
- Github stalebot changes ([#1271](https://github.com/mealie-recipes/mealie/issues/1271))
21+
- Bump eslint-plugin-nuxt in /frontend ([#1258](https://github.com/mealie-recipes/mealie/issues/1258))
22+
- Bump @vue/runtime-dom in /frontend ([#1259](https://github.com/mealie-recipes/mealie/issues/1259))
23+
- Bump nuxt-vite from 0.1.3 to 0.3.5 in /frontend ([#1260](https://github.com/mealie-recipes/mealie/issues/1260))
24+
- Bump vue2-script-setup-transform in /frontend ([#1263](https://github.com/mealie-recipes/mealie/issues/1263))
25+
- Update dev dependencies ([#1282](https://github.com/mealie-recipes/mealie/issues/1282))
2626

2727
### Refactor
2828

29-
- Split up recipe create page ([#1283](https://github.com/hay-kot/mealie/issues/1283))
29+
- Split up recipe create page ([#1283](https://github.com/mealie-recipes/mealie/issues/1283))

docs/docs/changelog/v1.0.0beta-3.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
### Bug Fixes
22

3-
- Update issue links in v1.0.0beta-2 changelog ([#1312](https://github.com/hay-kot/mealie/issues/1312))
4-
- Bad import path ([#1313](https://github.com/hay-kot/mealie/issues/1313))
5-
- Printer page refs ([#1314](https://github.com/hay-kot/mealie/issues/1314))
3+
- Update issue links in v1.0.0beta-2 changelog ([#1312](https://github.com/mealie-recipes/mealie/issues/1312))
4+
- Bad import path ([#1313](https://github.com/mealie-recipes/mealie/issues/1313))
5+
- Printer page refs ([#1314](https://github.com/mealie-recipes/mealie/issues/1314))
66
- Consolidate stores to fix mismatched state
7-
- Bump @vue/composition-api from 1.6.1 to 1.6.2 in /frontend ([#1275](https://github.com/hay-kot/mealie/issues/1275))
8-
- Shopping list label editor ([#1333](https://github.com/hay-kot/mealie/issues/1333))
7+
- Bump @vue/composition-api from 1.6.1 to 1.6.2 in /frontend ([#1275](https://github.com/mealie-recipes/mealie/issues/1275))
8+
- Shopping list label editor ([#1333](https://github.com/mealie-recipes/mealie/issues/1333))
99

1010
### Features
1111

1212
- Default unit fractions to True
13-
- Add unit abbreviation support ([#1332](https://github.com/hay-kot/mealie/issues/1332))
14-
- Attached images by drag and drop for recipe steps ([#1341](https://github.com/hay-kot/mealie/issues/1341))
13+
- Add unit abbreviation support ([#1332](https://github.com/mealie-recipes/mealie/issues/1332))
14+
- Attached images by drag and drop for recipe steps ([#1341](https://github.com/mealie-recipes/mealie/issues/1341))
1515

1616
### Docs
1717

18-
- Render homepage social media link images at 32x32 size ([#1310](https://github.com/hay-kot/mealie/issues/1310))
18+
- Render homepage social media link images at 32x32 size ([#1310](https://github.com/mealie-recipes/mealie/issues/1310))
1919

2020
### Miscellaneous Tasks
2121

2222
- Init git-cliff config
23-
- Bump @types/sortablejs in /frontend ([#1287](https://github.com/hay-kot/mealie/issues/1287))
24-
- Bump @babel/eslint-parser in /frontend ([#1290](https://github.com/hay-kot/mealie/issues/1290))
23+
- Bump @types/sortablejs in /frontend ([#1287](https://github.com/mealie-recipes/mealie/issues/1287))
24+
- Bump @babel/eslint-parser in /frontend ([#1290](https://github.com/mealie-recipes/mealie/issues/1290))
2525

2626
### Refactor
2727

28-
- Unify recipe-organizer components ([#1340](https://github.com/hay-kot/mealie/issues/1340))
28+
- Unify recipe-organizer components ([#1340](https://github.com/mealie-recipes/mealie/issues/1340))
2929

3030
### Security
3131

32-
- Delay server response whenever username is non existing ([#1338](https://github.com/hay-kot/mealie/issues/1338))
32+
- Delay server response whenever username is non existing ([#1338](https://github.com/mealie-recipes/mealie/issues/1338))
3333

3434
### Wip
3535

36-
- Pagination-repository ([#1316](https://github.com/hay-kot/mealie/issues/1316))
36+
- Pagination-repository ([#1316](https://github.com/mealie-recipes/mealie/issues/1316))

0 commit comments

Comments
 (0)