mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-03 22:43:11 -05:00
chore: update references to GitHub repository (#5861)
This commit is contained in:
@@ -15,7 +15,7 @@ def get_latest_github_release() -> str:
|
||||
str: The latest release from GitHub.
|
||||
"""
|
||||
|
||||
url = "https://api.github.com/repos/hay-kot/mealie/releases/latest"
|
||||
url = "https://api.github.com/repos/mealie-recipes/mealie/releases/latest"
|
||||
response = requests.get(url)
|
||||
response.raise_for_status()
|
||||
return response.json()["tag_name"]
|
||||
|
||||
@@ -461,7 +461,7 @@
|
||||
|
||||
<a
|
||||
class="mj-link"
|
||||
href="https://github.com/hay-kot/mealie"
|
||||
href="https://github.com/mealie-recipes/mealie"
|
||||
target="_blank"
|
||||
style="
|
||||
display: inline-block;
|
||||
@@ -505,7 +505,7 @@
|
||||
|
||||
<a
|
||||
class="mj-link"
|
||||
href="https://hay-kot.github.io/mealie/"
|
||||
href="https://docs.mealie.io/"
|
||||
target="_blank"
|
||||
style="
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user