Skip to content

Commit 553c65a

Browse files
authored
Rename to swift-devcontainer-template (#15)
1 parent 18ace9a commit 553c65a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Given how frequently web applications use Node.js for front end code, this conta
5050

5151
Copyright (c) Visual Studio Code Swift extension project. All rights reserved.
5252

53-
Licensed under the MIT License. See [LICENSE](https://github.com/swift-server/swift-dev-container/blob/main/LICENSE).
53+
Licensed under the MIT License. See [LICENSE](https://github.com/swift-server/swift-devcontainer-template/blob/main/LICENSE).

src/swift/devcontainer-template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "1.1.0",
44
"name": "Swift",
55
"description": "Develop Swift based applications. Includes appropriate runtime args and everything you need to get up and running.",
6-
"documentationURL": "https://github.com/swift-server/swift-dev-container/tree/main/README.md",
6+
"documentationURL": "https://github.com/swift-server/swift-devcontainer-template/tree/main/README.md",
77
"publisher": "Swift Server Work Group",
8-
"licenseURL": "https://github.com/swift-server/swift-dev-container/blob/main/LICENSE",
8+
"licenseURL": "https://github.com/swift-server/swift-devcontainer-template/blob/main/LICENSE",
99
"options": {
1010
"imageVariant": {
1111
"type": "string",

0 commit comments

Comments
 (0)