From ddbe9956e41e3b7732c45cf1774ad5e008f1c0e2 Mon Sep 17 00:00:00 2001
From: Kenichi Omichi <ken1ohmichi@gmail.com>
Date: Mon, 14 Nov 2022 18:27:57 +0900
Subject: [PATCH] Fix pathes of offline tool on the doc (#9486)

If clicking the links, we faced NotFound page at the time.
This fixes the issue by specifying full pathes instead.
---
 docs/offline-environment.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/offline-environment.md b/docs/offline-environment.md
index b76134cd6..fd345f3a9 100644
--- a/docs/offline-environment.md
+++ b/docs/offline-environment.md
@@ -18,8 +18,8 @@ Then you need to setup the following services on your offline environment:
 * [Optional] an internal PyPi server for python packages used by Kubespray
 * [Optional] an internal Helm registry for Helm chart files
 
-You can get artifact lists with [generate_list.sh](contrib/offline/generate_list.sh) script.
-In addition, you can find some tools for offline deployment under [contrib/offline](contrib/offline/README.md).
+You can get artifact lists with [generate_list.sh](/contrib/offline/generate_list.sh) script.
+In addition, you can find some tools for offline deployment under [contrib/offline](/contrib/offline/README.md).
 
 ## Configure Inventory
 
-- 
GitLab