From e022e2e13c1257e0055b7801a0523a72cc674ad3 Mon Sep 17 00:00:00 2001
From: Kenichi Omichi <ken1ohmichi@gmail.com>
Date: Wed, 9 Dec 2020 00:16:50 -0800
Subject: [PATCH] Fix URL of offline container images (#7005)

When clicking the link, we faced NotFound error page of the github.com.
This fixes the link to avoid that.
---
 docs/offline-environment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/offline-environment.md b/docs/offline-environment.md
index 9e743997c..60f40be2c 100644
--- a/docs/offline-environment.md
+++ b/docs/offline-environment.md
@@ -75,7 +75,7 @@ If you use the settings like the one above, you'll need to define in your invent
 
 ### Recommended way: Kubespray Container Image
 
-The easiest way is to use [kubespray container image](quay.io/kubespray/kubespray) as all the required packages are baked in the image.
+The easiest way is to use [kubespray container image](https://quay.io/kubespray/kubespray) as all the required packages are baked in the image.
 Just copy the container image in your private container image registry and you are all set!
 
 ### Manual installation
-- 
GitLab