From be894910f22a8b57514a5a197ebfaddf55937747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berk=20=C3=87ebi?= Date: Thu, 3 Dec 2015 20:47:05 +0200 Subject: [PATCH] Fix readme url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a725ce8b2b..52c3e30edc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In our first year, we are not looking to make major API changes to the library. ### API Naming and Foundation -One of the goals of the Swift 3 project is [a new set of naming guidelines](https://swift.org/documentation/api-design-guidelines). The Foundation project will soon update all of its names to match the new guidelines. We will also drop the 'NS' prefix from all classes. +One of the goals of the Swift 3 project is [a new set of naming guidelines](https://swift.org/documentation/api-design-guidelines.html). The Foundation project will soon update all of its names to match the new guidelines. We will also drop the 'NS' prefix from all classes. ### Current Status