diff --git a/src/alpine/README.md b/src/alpine/README.md index b20ba0b..500c0fa 100644 --- a/src/alpine/README.md +++ b/src/alpine/README.md @@ -13,4 +13,4 @@ Simple Alpine container with Git installed. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/alpine/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/alpine/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/anaconda-postgres/README.md b/src/anaconda-postgres/README.md index 0c4538b..f46111e 100644 --- a/src/anaconda-postgres/README.md +++ b/src/anaconda-postgres/README.md @@ -77,4 +77,4 @@ Use this container to run Jupyter notebooks. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/anaconda-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/anaconda-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/anaconda/README.md b/src/anaconda/README.md index a87381d..07f2c78 100644 --- a/src/anaconda/README.md +++ b/src/anaconda/README.md @@ -18,4 +18,4 @@ Access to the Anaconda repository is covered by the [Anaconda Terms of Service]( --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/anaconda/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/anaconda/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/cpp-mariadb/README.md b/src/cpp-mariadb/README.md index 5493fa5..07c72a1 100644 --- a/src/cpp-mariadb/README.md +++ b/src/cpp-mariadb/README.md @@ -70,4 +70,4 @@ As these can create security vulnerabilities, it is advisable to not use this un --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/cpp-mariadb/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/cpp-mariadb/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/cpp/README.md b/src/cpp/README.md index f9108f2..bdce149 100644 --- a/src/cpp/README.md +++ b/src/cpp/README.md @@ -29,4 +29,4 @@ git pull --ff-only --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/cpp/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/cpp/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/debian/README.md b/src/debian/README.md index 38cb092..5bd76c7 100644 --- a/src/debian/README.md +++ b/src/debian/README.md @@ -13,4 +13,4 @@ Simple Debian container with Git installed. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/debian/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/debian/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/docker-existing-docker-compose/README.md b/src/docker-existing-docker-compose/README.md index d1208a9..2bc7e97 100644 --- a/src/docker-existing-docker-compose/README.md +++ b/src/docker-existing-docker-compose/README.md @@ -9,4 +9,4 @@ Sample illustrating how to extend an existing Docker Compose file for use in a d --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/docker-existing-docker-compose/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/docker-existing-docker-compose/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/docker-existing-dockerfile/README.md b/src/docker-existing-dockerfile/README.md index 5c5fdd7..a2fc716 100644 --- a/src/docker-existing-dockerfile/README.md +++ b/src/docker-existing-dockerfile/README.md @@ -9,4 +9,4 @@ Sample illustrating reuse of an existing Dockefile. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/docker-existing-dockerfile/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/docker-existing-dockerfile/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/docker-from-docker-compose/README.md b/src/docker-from-docker-compose/README.md index e27e784..6a42d69 100644 --- a/src/docker-from-docker-compose/README.md +++ b/src/docker-from-docker-compose/README.md @@ -50,4 +50,4 @@ docker run -it --rm -v "${LOCAL_WORKSPACE_FOLDER//\\/\/}:/workspace" debian bash --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/docker-from-docker-compose/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/docker-from-docker-compose/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/docker-from-docker/README.md b/src/docker-from-docker/README.md index 7f66660..6d2cac6 100644 --- a/src/docker-from-docker/README.md +++ b/src/docker-from-docker/README.md @@ -55,4 +55,4 @@ docker run -it --rm -v "${LOCAL_WORKSPACE_FOLDER//\\/\/}:/workspace" debian bash --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/docker-from-docker/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/docker-from-docker/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index 5048e56..edbefda 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -25,4 +25,4 @@ Running "Docker in Docker" requires the parent container to be run as `--privile --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/docker-in-docker/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/docker-in-docker/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/dotnet-fsharp/README.md b/src/dotnet-fsharp/README.md index 20bf732..8a17049 100644 --- a/src/dotnet-fsharp/README.md +++ b/src/dotnet-fsharp/README.md @@ -13,4 +13,4 @@ Develop F# and .NET based applications. Includes all needed SDKs, extensions, an --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/dotnet-fsharp/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/dotnet-fsharp/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/dotnet-mssql/README.md b/src/dotnet-mssql/README.md index d85af59..83c11c8 100644 --- a/src/dotnet-mssql/README.md +++ b/src/dotnet-mssql/README.md @@ -27,4 +27,4 @@ Alternatively, .dacpac files placed in the `./bin/Debug` folder will be publishe --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/dotnet-mssql/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/dotnet-mssql/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/dotnet-postgres/README.md b/src/dotnet-postgres/README.md index e3aa3b3..c5e02c2 100644 --- a/src/dotnet-postgres/README.md +++ b/src/dotnet-postgres/README.md @@ -24,4 +24,4 @@ To change the `postgres` user password, change the value in `.devcontainer/docke --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/dotnet-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/dotnet-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/dotnet/README.md b/src/dotnet/README.md index c88f516..2c2ca35 100644 --- a/src/dotnet/README.md +++ b/src/dotnet/README.md @@ -14,4 +14,4 @@ Develop C# and .NET based applications. Includes all needed SDKs, extensions, an --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/dotnet/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/dotnet/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/go-postgres/README.md b/src/go-postgres/README.md index 4f6b92e..5236867 100644 --- a/src/go-postgres/README.md +++ b/src/go-postgres/README.md @@ -32,4 +32,4 @@ RUN go get -x --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/go-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/go-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/go/README.md b/src/go/README.md index b7cbe92..78edbfb 100644 --- a/src/go/README.md +++ b/src/go/README.md @@ -14,4 +14,4 @@ Develop Go based applications. Includes appropriate runtime args, Go, common too --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/go/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/go/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/java-8/README.md b/src/java-8/README.md index 61808a6..7ffd07c 100644 --- a/src/java-8/README.md +++ b/src/java-8/README.md @@ -16,4 +16,4 @@ Develop Java applications. Includes the JDK 8 (and 11) and Java extensions. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/java-8/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/java-8/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/java-postgres/README.md b/src/java-postgres/README.md index afe03c8..3ed26a2 100644 --- a/src/java-postgres/README.md +++ b/src/java-postgres/README.md @@ -46,4 +46,4 @@ network_mode: service:db --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/java-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/java-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/java/README.md b/src/java/README.md index 25777c2..6915477 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -16,4 +16,4 @@ Develop Java applications. Includes the JDK and Java extensions. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/java/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/java/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/javascript-node-mongo/README.md b/src/javascript-node-mongo/README.md index cb572b4..37039db 100644 --- a/src/javascript-node-mongo/README.md +++ b/src/javascript-node-mongo/README.md @@ -32,4 +32,4 @@ network_mode: service:db --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/javascript-node-mongo/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/javascript-node-mongo/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/javascript-node-postgres/README.md b/src/javascript-node-postgres/README.md index ec6aad3..7094735 100644 --- a/src/javascript-node-postgres/README.md +++ b/src/javascript-node-postgres/README.md @@ -32,4 +32,4 @@ network_mode: service:db --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/javascript-node-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/javascript-node-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/javascript-node/README.md b/src/javascript-node/README.md index 910959c..f220b16 100644 --- a/src/javascript-node/README.md +++ b/src/javascript-node/README.md @@ -13,4 +13,4 @@ Develop Node.js based applications. Includes Node.js, eslint, nvm, and yarn. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/javascript-node/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/javascript-node/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/jekyll/README.md b/src/jekyll/README.md index fee4ee9..70c0d9b 100644 --- a/src/jekyll/README.md +++ b/src/jekyll/README.md @@ -14,4 +14,4 @@ Develop static sites with Jekyll, includes everything you need to get up and run --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/jekyll/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/jekyll/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/kubernetes-helm-minikube/README.md b/src/kubernetes-helm-minikube/README.md index 3806825..8d18c67 100644 --- a/src/kubernetes-helm-minikube/README.md +++ b/src/kubernetes-helm-minikube/README.md @@ -17,4 +17,4 @@ When configuring [Ingress](https://kubernetes.io/docs/concepts/services-networki --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/kubernetes-helm-minikube/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/kubernetes-helm-minikube/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/kubernetes-helm/README.md b/src/kubernetes-helm/README.md index 1f1e265..e7839ad 100644 --- a/src/kubernetes-helm/README.md +++ b/src/kubernetes-helm/README.md @@ -23,4 +23,4 @@ When configuring [Ingress](https://kubernetes.io/docs/concepts/services-networki --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/kubernetes-helm/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/kubernetes-helm/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/markdown/README.md b/src/markdown/README.md index b1d41b5..e2546ff 100644 --- a/src/markdown/README.md +++ b/src/markdown/README.md @@ -9,4 +9,4 @@ A simple container for editing markdown. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/markdown/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/markdown/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/miniconda-postgres/README.md b/src/miniconda-postgres/README.md index 158b4c6..405e332 100644 --- a/src/miniconda-postgres/README.md +++ b/src/miniconda-postgres/README.md @@ -76,4 +76,4 @@ RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then /opt/conda/bin/conda env up --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/miniconda-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/miniconda-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/miniconda/README.md b/src/miniconda/README.md index a54f1d1..b05084f 100644 --- a/src/miniconda/README.md +++ b/src/miniconda/README.md @@ -58,4 +58,4 @@ RUN if [ -f "/tmp/conda-tmp/environment.yml" ]; then /opt/conda/bin/conda env up --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/miniconda/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/miniconda/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/php-mariadb/README.md b/src/php-mariadb/README.md index c9c604d..aad6e20 100644 --- a/src/php-mariadb/README.md +++ b/src/php-mariadb/README.md @@ -43,4 +43,4 @@ sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/php-mariadb/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/php-mariadb/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/php/README.md b/src/php/README.md index 9613223..6c99d7d 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -34,4 +34,4 @@ sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/php/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/php/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/postgres/README.md b/src/postgres/README.md index b9a585f..6c883c7 100644 --- a/src/postgres/README.md +++ b/src/postgres/README.md @@ -80,4 +80,4 @@ RUN if ! cat /etc/group | grep -e "^pip-global:" > /dev/null 2>&1; then groupadd --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/powershell/README.md b/src/powershell/README.md index 0219a0a..81c3cf7 100644 --- a/src/powershell/README.md +++ b/src/powershell/README.md @@ -9,4 +9,4 @@ Develop PowerShell scripts without installing anything locally. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/powershell/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/powershell/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/python/README.md b/src/python/README.md index ed83ead..be7bf21 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -14,4 +14,4 @@ Develop Python 3 applications. --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/python/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/python/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/ruby-rails-postgres/README.md b/src/ruby-rails-postgres/README.md index 746300b..4d764ea 100644 --- a/src/ruby-rails-postgres/README.md +++ b/src/ruby-rails-postgres/README.md @@ -14,4 +14,4 @@ Develop Ruby on Rails applications with Postgres. Includes a Rails application c --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/ruby-rails-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/ruby-rails-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/ruby/README.md b/src/ruby/README.md index c25c5cb..6360e8b 100644 --- a/src/ruby/README.md +++ b/src/ruby/README.md @@ -14,4 +14,4 @@ Develop Ruby based applications. includes everything you need to get up and runn --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/ruby/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/ruby/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/rust-postgres/README.md b/src/rust-postgres/README.md index 3763505..54aa554 100644 --- a/src/rust-postgres/README.md +++ b/src/rust-postgres/README.md @@ -13,4 +13,4 @@ Develop applications with Rust and PostgreSQL. Includes a Rust application conta --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/rust-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/rust-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/rust/README.md b/src/rust/README.md index 88d12f3..9d40a2a 100644 --- a/src/rust/README.md +++ b/src/rust/README.md @@ -13,4 +13,4 @@ Develop Rust based applications. Includes appropriate runtime args and everythin --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/rust/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/rust/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/typescript-node/README.md b/src/typescript-node/README.md index a27b3cc..8653468 100644 --- a/src/typescript-node/README.md +++ b/src/typescript-node/README.md @@ -13,4 +13,4 @@ Develop Node.js based applications in TypeScript. Includes Node.js, eslint, nvm, --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/typescript-node/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/typescript-node/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/ubuntu/README.md b/src/ubuntu/README.md index 4e9a5d3..9c605df 100644 --- a/src/ubuntu/README.md +++ b/src/ubuntu/README.md @@ -17,4 +17,4 @@ Access to the Anaconda repository is covered by the [Anaconda Terms of Service]( --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/ubuntu/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/ubuntu/devcontainer-template.json). Add additional notes to a `NOTES.md`._ diff --git a/src/universal/README.md b/src/universal/README.md index a3ea6aa..1792048 100644 --- a/src/universal/README.md +++ b/src/universal/README.md @@ -9,4 +9,4 @@ Use or extend the new Ubuntu-based default, large, multi-language universal cont --- -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/devcontainers/templates/blob/main/src/universal/devcontainer-template.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igecloudsdev/devcontainers/blob/main/src/universal/devcontainer-template.json). Add additional notes to a `NOTES.md`._