Skip to content

Commit d70b57c

Browse files
author
github-actions
committed
Automated documentation update [skip ci]
1 parent 68fe14d commit d70b57c

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

src/alpine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Simple Alpine container with Git installed.
1313

1414
---
1515

16-
_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`._
16+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/alpine/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/anaconda-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ Use this container to run Jupyter notebooks.
7777

7878
---
7979

80-
_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`._
80+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/anaconda-postgres/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/anaconda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ Access to the Anaconda repository is covered by the [Anaconda Terms of Service](
1818

1919
---
2020

21-
_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`._
21+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/anaconda/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/cpp-mariadb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ As these can create security vulnerabilities, it is advisable to not use this un
7070
7171
---
7272
73-
_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`._
73+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/cpp-mariadb/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/cpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ git pull --ff-only
2929
3030
---
3131

32-
_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`._
32+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/cpp/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/debian/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Simple Debian container with Git installed.
1313

1414
---
1515

16-
_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`._
16+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/debian/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/docker-existing-docker-compose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Sample illustrating how to extend an existing Docker Compose file for use in a d
99

1010
---
1111

12-
_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`._
12+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/docker-existing-docker-compose/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/docker-existing-dockerfile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Sample illustrating reuse of an existing Dockefile.
99

1010
---
1111

12-
_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`._
12+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/docker-existing-dockerfile/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/docker-from-docker-compose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ docker run -it --rm -v "${LOCAL_WORKSPACE_FOLDER//\\/\/}:/workspace" debian bash
5050

5151
---
5252

53-
_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`._
53+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/docker-from-docker-compose/devcontainer-template.json). Add additional notes to a `NOTES.md`._

src/docker-from-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ docker run -it --rm -v "${LOCAL_WORKSPACE_FOLDER//\\/\/}:/workspace" debian bash
5555

5656
---
5757

58-
_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`._
58+
_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/igedevOps/devcontainer-template/blob/main/src/docker-from-docker/devcontainer-template.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)