Skip to content

Commit 5fc05dc

Browse files
authored
Update spec repo (devcontainers#40)
1 parent de91f38 commit 5fc05dc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

_implementors/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We're excited for your contributions to the Dev Container Specification! This do
1010

1111
## <a href="#contribution-approaches" name="contribution-approaches" class="anchor"> Contribution approaches </a>
1212

13-
- Propose the change via an [issue](https://github.com/microsoft/dev-container-spec/issues) in the [dev-container-spec repo](https://github.com/microsoft/dev-container-spec). Try to get early feedback before spending too much effort formalizing it.
13+
- Propose the change via an [issue](https://github.com/devcontainers/spec/issues) in the [spec repo](https://github.com/devcontainers/spec). Try to get early feedback before spending too much effort formalizing it.
1414
- More formally document the proposed change in terms of properties and their semantics. Look to format your proposal like our [devcontainer.json reference](../json_reference), which is a JSON with Comments (jsonc) format.
1515

1616
Here is a sample proposal:
@@ -45,9 +45,9 @@ You may propose adding a new namespace for a specific tool, and any properties s
4545

4646
## <a href="#review-process" name="review-process" class="anchor"> Review process </a>
4747

48-
We use the following [labels](https://github.com/microsoft/dev-container-spec/labels) in the dev-container-spec repo:
48+
We use the following [labels](https://github.com/devcontainers/spec/labels) in the spec repo:
4949

5050
- `proposal`: Issues under discussion, still collecting feedback.
5151
- `finalization`: Proposals we intend to make part of the spec.
5252

53-
[Milestones](https://github.com/microsoft/dev-container-spec/milestones) use a "month year" pattern (i.e. January 2022). If a finalized proposal is added to a milestone, it is intended to be merged during that milestone.
53+
[Milestones](https://github.com/devcontainers/spec/milestones) use a "month year" pattern (i.e. January 2022). If a finalized proposal is added to a milestone, it is intended to be merged during that milestone.

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<span class="message">Hello from Seattle and Zürich.</span>
1616
</li>
1717
<li>
18-
<a class="github-button" href="https://github.com/Microsoft/dev-container-spec" data-icon="octicon-star" data-show-count="true" aria-label="Star Microsoft/dev-container-spec on GitHub">Star</a>
18+
<a class="github-button" href="https://github.com/devcontainers/spec" data-icon="octicon-star" data-show-count="true" aria-label="Star devcontainers/spec on GitHub">Star</a>
1919
</li>
2020
<li>
21-
<a class="github-button" href="https://github.com/Microsoft/dev-container-spec/subscription" aria-label="Watch Microsoft/dev-container-spec on GitHub">Watch</a>
21+
<a class="github-button" href="https://github.com/devcontainers/spec/subscription" aria-label="Watch devcontainers/spec on GitHub">Watch</a>
2222
</li>
2323
</ul>
2424
</div>

contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We're excited for your contributions to the dev container specification! This do
55
## Contribution approaches
66

77
If you'd like to contribute a change or addition to the spec, you may follow the guidance below:
8-
- Propose the change via an [issue](https://github.com/microsoft/dev-container-spec/issues) in this repository. Try to get early feedback before spending too much effort formalizing it.
8+
- Propose the change via an [issue](https://github.com/devcontainers/spec/issues) in this repository. Try to get early feedback before spending too much effort formalizing it.
99
- More formally document the proposed change in terms of properties and their semantics. Look to format your proposal like our [devcontainer.json reference](https://aka.ms/devcontainer.json).
1010

1111
Here is a sample:
@@ -42,9 +42,9 @@ If you'd like to discuss the spec, such as asking questions, providing feedback,
4242

4343
## Review process
4444

45-
We use the following [labels](https://github.com/microsoft/dev-container-spec/labels):
45+
We use the following [labels](https://github.com/devcontainers/spec/labels):
4646

4747
- `proposal`: Issues under discussion, still collecting feedback.
4848
- `finalization`: Proposals we intend to make part of the spec.
4949

50-
[Milestones](https://github.com/microsoft/dev-container-spec/milestones) use a "month year" pattern (i.e. January 2022). If a finalized proposal is added to a milestone, it is intended to be merged during that milestone.
50+
[Milestones](https://github.com/devcontainers/spec/milestones) use a "month year" pattern (i.e. January 2022). If a finalized proposal is added to a milestone, it is intended to be merged during that milestone.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h1>Development Containers</h1>
1717
<br />
1818
<div class="intro-text">
1919
<a class="github-button" href="https://github.com/devcontainers/spec" data-size="large" data-icon="octicon-star" data-show-count="true" tabindex="0"
20-
aria-label="Star Microsoft/dev-container-spec on GitHub">Star</a>
20+
aria-label="Star devcontainers/spec on GitHub">Star</a>
2121
</div>
2222
</div>
2323
</div>

0 commit comments

Comments
 (0)