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.
This commit is contained in:
Kenichi Omichi 2022-11-14 18:27:57 +09:00 committed by GitHub
parent fdbcce3a5e
commit ddbe9956e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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