Skip to content

Commit

Permalink
docs(manager/devcontainer): fix links (#28678)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 26, 2024
1 parent 7d31fa7 commit de6738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/devcontainer/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Extracts all Docker images from the `image` and `features` properties in these f
- `.devcontainer.json`
- `.devcontainer/devcontainer.json`

The `devcontainer` manager does _not_ support `build.dockerFile` or `dockerComposeFile` values as these are covered by the [`dockerfile`](../dockerfile/readme.md) and [`docker-compose`](../docker-compose/readme.md) managers respectively.
The `devcontainer` manager does _not_ support `build.dockerFile` or `dockerComposeFile` values as these are covered by the [`dockerfile`](../dockerfile/index.md) and [`docker-compose`](../docker-compose/index.md) managers respectively.

0 comments on commit de6738b

Please sign in to comment.