Skip to content

Commit

Permalink
Fix broken link (devcontainers#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
frntn authored Jan 9, 2023
1 parent 2140f55 commit 150fc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2022-12-16-dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Next, remove the `image` property from `devcontainer.json` (if it exists) and ad
}
```

That's it! When you start up your Dev Container, the Dockerfile will be automatically built with no additional work. See [Dockerfile scenario reference](implementors/json_reference/#image-specific) for more information on other related devcontainer.json properties.
That's it! When you start up your Dev Container, the Dockerfile will be automatically built with no additional work. See [Dockerfile scenario reference](/implementors/json_reference/#image-specific) for more information on other related devcontainer.json properties.

### <a href="#dockerfile-image-iteration" name="dockerfile-image-iteration" class="anchor"> Iterating on an image that includes Dev Container metadata </a>

Expand Down

0 comments on commit 150fc61

Please sign in to comment.