chore: update references to GitHub repository (#5861)

This commit is contained in:
Felix Schneider
2025-08-01 10:43:57 +02:00
committed by GitHub
parent b157c7034f
commit 591c96e52b
11 changed files with 14 additions and 17 deletions

View File

@@ -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"]

View File

@@ -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;