Skip to content

Update README to reflect final spec #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# devcontainer-templates

A set of devcontainer templates following the nascent [devcontainer template spec][spec_proposal].
A set of devcontainer templates following the [devcontainer template spec][spec_final].

This repository contains both "barebones" templates aiming to be more lightweight and "batteries
excluded" than the [default templates][vsc_defaults], and some more complex "opinionated" templates
Expand Down Expand Up @@ -74,5 +74,5 @@ project, please open an issue before you put in substantial work!
[devcontainers]: https://containers.dev
[punkt]: https://github.com/csutter/punkt/blob/main/install.sh
[ruby_issue]: https://github.com/microsoft/vscode-dev-containers/issues/704
[spec_proposal]: https://github.com/devcontainers/spec/blob/main/proposals/devcontainer-templates.md
[spec_final]: https://github.com/devcontainers/spec/blob/main/docs/specs/devcontainer-templates.md
[vsc_defaults]: https://github.com/devcontainers/templates
Loading