From 89e734a7d8568755bd0e04a4a6c4b883875f5033 Mon Sep 17 00:00:00 2001 From: "Johan K. Jensen" Date: Thu, 3 Dec 2015 21:52:15 +0100 Subject: [PATCH] Fix download link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ad8b4ac9..651d77b73c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ See our [status page](Docs/Status.md) for a detailed list of what features are c ## Using Foundation -Here is a simple `main.swift` file which uses Foundation. This guide assumes you have already installed a version of the latest [Swift binary distribution](https://swift.org/downloads#latest). +Here is a simple `main.swift` file which uses Foundation. This guide assumes you have already installed a version of the latest [Swift binary distribution](https://swift.org/download/#latest-development-snapshots). ```swift import Foundation