From 218085c8cb0ca489ffc626f8a9b491b40d2e899a Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 16 Nov 2022 18:38:06 +0000 Subject: [PATCH] fix broken links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5995a1770..67fc225a9 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,9 @@ Each `RUN` statement creates a Docker image "layer". If one `RUN` statement adds ### How can I contribute? -If you want to create your own image or add functionality on top of the images available in this repository, then see [How to write Dockerfiles](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/) and the [dev container features reference](https://github.com/devcontainers/spec/blob/main/proposals/devcontainer-features.md). +If you want to create your own image or add functionality on top of the images available in this repository, then see [How to write Dockerfiles](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/) and the [dev container features reference](https://containers.dev/implementors/features/). -This repository contains a select set of images, and we encourage the community to host and share additional images, and features rather than adding them here. You may learn more about this process in [the guidance](https://github.com/devcontainers/spec/blob/main/proposals/devcontainer-features-distribution.md) in our spec repo. You may also check out the [features](https://github.com/devcontainers/features) repo for additional customizations you may adopt or modify for your dev containers. +This repository contains a select set of images, and we encourage the community to host and share additional images, and features rather than adding them here. You may learn more about this process in [the guidance](https://containers.dev/implementors/features-distribution/) in our spec repo. You may also check out the [features](https://github.com/devcontainers/features) repo for additional customizations you may adopt or modify for your dev containers. ## Feedback