Skip to content

Commit 20bca94

Browse files
committed
[docs] Fix links to dockerfiles
It seems that the `master/` directory in these paths have been renamed to `main`.
1 parent d04cfeb commit 20bca94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@ toolchain as a one-off, there are a couple of differences:
162162
### Linux
163163
164164
1. The latest Linux dependencies are listed in the respective Dockerfiles:
165-
* [Ubuntu 18.04](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/master/ubuntu/18.04/Dockerfile)
166-
* [Ubuntu 20.04](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/master/ubuntu/20.04/Dockerfile)
167-
* [Ubuntu 22.04](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/master/ubuntu/22.04/Dockerfile)
168-
* [CentOS 7](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/master/centos/7/Dockerfile)
169-
* [Amazon Linux 2](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/master/amazon-linux/2/Dockerfile)
165+
* [Ubuntu 18.04](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/main/ubuntu/18.04/Dockerfile)
166+
* [Ubuntu 20.04](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/main/ubuntu/20.04/Dockerfile)
167+
* [Ubuntu 22.04](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/main/ubuntu/22.04/Dockerfile)
168+
* [CentOS 7](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/main/centos/7/Dockerfile)
169+
* [Amazon Linux 2](https://github.com/swiftlang/swift-docker/blob/main/swift-ci/main/amazon-linux/2/Dockerfile)
170170
171171
Note that [a prebuilt Swift release toolchain](https://www.swift.org/download/)
172172
is installed and added to the `PATH` in all these Docker containers: it is

0 commit comments

Comments
 (0)