From e7eb2a8dc52ea471f43d229ef93b85cf18d9cb13 Mon Sep 17 00:00:00 2001 From: Guillaume <46498821+guiguir68@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:04:08 +0100 Subject: [PATCH] Fixing typo in ghcr.io domain (#2982) --- .../getting-started/installation/installation-checklist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/documentation/getting-started/installation/installation-checklist.md b/docs/docs/documentation/getting-started/installation/installation-checklist.md index 2391d2d3a01d..7155987bb24a 100644 --- a/docs/docs/documentation/getting-started/installation/installation-checklist.md +++ b/docs/docs/documentation/getting-started/installation/installation-checklist.md @@ -107,11 +107,11 @@ See all available tags on [GitHub](https://github.com/mealie-recipes/mealie/pkgs The nightly build are the latest and greatest builds that are built directly off of every commit to the `mealie-next` branch and as such may contain bugs. These are great to help the community catch bugs before they hit the stable release or if you like living on the edge. -`ghrc.io/mealie-recipes/mealie:` +`ghcr.io/mealie-recipes/mealie:` We also provide versioned containers that allow to pin to a specific release. Each time a new release is built a new tag will be pushed with the version. These are great to pin to a specific version and allows you to have absolute control on when you upgrade your container. -`ghrc.io/mealie-recipes/mealie:latest` +`ghcr.io/mealie-recipes/mealie:latest` _Note: This tag is not yet available; it will be available with the v1 stable release_