diff --git a/README.md b/README.md index d6271a1..364796f 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ Given how frequently web applications use Node.js for front end code, this conta Copyright (c) Visual Studio Code Swift extension project. All rights reserved. -Licensed under the MIT License. See [LICENSE](https://github.com/swift-server/vscode-swift-devcontainer/blob/main/LICENSE). +Licensed under the MIT License. See [LICENSE](https://github.com/swift-server/swift-dev-container/blob/main/LICENSE). diff --git a/src/swift/devcontainer-template.json b/src/swift/devcontainer-template.json index 1b1b54e..a6ed070 100644 --- a/src/swift/devcontainer-template.json +++ b/src/swift/devcontainer-template.json @@ -3,9 +3,9 @@ "version": "1.1.0", "name": "Swift", "description": "Develop Swift based applications. Includes appropriate runtime args and everything you need to get up and running.", - "documentationURL": "https://github.com/swift-server/vscode-swift-devcontainer/tree/main/README.md", + "documentationURL": "https://github.com/swift-server/swift-dev-container/tree/main/README.md", "publisher": "Swift Server Work Group", - "licenseURL": "https://github.com/swift-server/vscode-swift-devcontainer/blob/main/LICENSE", + "licenseURL": "https://github.com/swift-server/swift-dev-container/blob/main/LICENSE", "options": { "imageVariant": { "type": "string",