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: