microsoft / vscode-docs

Public documentation for Visual Studio Code
http://code.visualstudio.com/docs
Other
5.62k stars 4.56k forks source link

Links to archived repo https://aka.ms/vscode-remote/samples #7449

Closed joebowbeer closed 1 month ago

joebowbeer commented 1 month ago

vscode-docs contains several links to an archived repo

Mostly in this file:

https://github.com/microsoft/vscode-docs/blob/main/remote/advancedcontainers/use-docker-kubernetes.md

All instances:

https://github.com/search?q=repo%3Amicrosoft%2Fvscode-docs+vscode-remote%2Fsamples&type=code

Can these be changed to point to https://github.com/devcontainers/features ?

Also, this link in use-docker-kubernetes.md is broken:

https://github.com/devcontainers/features/tree/main/src/docker-from-docker

Corrected:

https://github.com/devcontainers/features/tree/main/src/docker-outside-of-docker

ntrogh commented 1 month ago

@bamurtaugh Can you take this up? This might involve some docs updates beyond just updating the links.

bamurtaugh commented 1 month ago

Thanks for looping me in! Opened https://github.com/microsoft/vscode-docs/pull/7496 to address this.