From f0ab6bdc8a70d6e535e5fc044d0b7e9e40e6f386 Mon Sep 17 00:00:00 2001 From: ZhongbaoShi Date: Wed, 9 Oct 2019 09:54:52 +0800 Subject: [PATCH] Update reference link to use publish one Update reference link to official publish one --- golang/README.md | 2 +- node/README.md | 2 +- perl/README.md | 2 +- php/README.md | 2 +- python/README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/golang/README.md b/golang/README.md index e41fe86..3e9df5f 100644 --- a/golang/README.md +++ b/golang/README.md @@ -80,7 +80,7 @@ modify the container images. docker build -t clearlinux/golang . ``` -4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. +4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) on how to customize your container image with specific debug capabilities, such as: make, git. Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: diff --git a/node/README.md b/node/README.md index 649bfed..95ca5db 100644 --- a/node/README.md +++ b/node/README.md @@ -99,7 +99,7 @@ modify the container images. docker build -t clearlinux/node . ``` -4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. +4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) on how to customize your container image with specific debug capabilities, such as: make, git. Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: diff --git a/perl/README.md b/perl/README.md index ec5990d..5f3c324 100644 --- a/perl/README.md +++ b/perl/README.md @@ -76,7 +76,7 @@ modify the container images. ``` docker build -t clearlinux/perl . ``` -4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. +4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) on how to customize your container image with specific debug capabilities, such as: make, git. Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: diff --git a/php/README.md b/php/README.md index 389cf95..6c60a8d 100644 --- a/php/README.md +++ b/php/README.md @@ -155,7 +155,7 @@ modify the container images. docker build -t my-own-php-instance . ``` -4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. +4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) on how to customize your container image with specific debug capabilities, such as: make, git. Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). diff --git a/python/README.md b/python/README.md index 0f5bb5b..c3f16d3 100644 --- a/python/README.md +++ b/python/README.md @@ -77,7 +77,7 @@ modify the container images. docker build -t clearlinux/python . ``` -4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. +4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) on how to customize your container image with specific debug capabilities, such as: make, git. Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: