devcontainers / spec

Development Containers: Use a container as a full-featured development environment.
https://containers.dev
Creative Commons Attribution 4.0 International
3.62k stars 234 forks source link

Link to C++ image example is outdated #341

Open dungahk opened 1 year ago

dungahk commented 1 year ago

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

bamurtaugh commented 1 year ago

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!