spec icon indicating copy to clipboard operation
spec copied to clipboard

Link to C++ image example is outdated

Open emersonreisdev opened this issue 2 years ago • 1 comments

The link on this page https://containers.dev/implementors/json_reference/#remoteUser to the C++ image is outdated, it's pointing at line 26 but should be line 34. image

Current: https://github.com/devcontainers/images/blob/main/src/cpp/.devcontainer/devcontainer.json#L26 image

Correct: https://github.com/devcontainers/images/blob/main/src/cpp/.devcontainer/devcontainer.json#L34 image

emersonreisdev avatar Nov 15 '23 21:11 emersonreisdev

Thanks for filing this! If you get a chance, could you open a PR(s) (both to this repo, and in https://github.com/devcontainers/devcontainers.github.io for containers.dev)? That'd be a big help. Thank you!

bamurtaugh avatar Nov 15 '23 21:11 bamurtaugh