From 252d3202e7b19a7aafc94ec6af32d1a862ce01cd Mon Sep 17 00:00:00 2001 From: Pavel Ermolin Date: Wed, 19 Sep 2018 16:16:43 +0200 Subject: [PATCH] Add Google Swift Style Guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b48e636..17294a1 100644 --- a/README.md +++ b/README.md @@ -417,7 +417,7 @@ Futurice does not have company-level guidelines for coding style. It can however * GitHub: [Swift](https://github.com/github/swift-style-guide) and [Objective-C](https://github.com/github/objective-c-style-guide) * Ray Wenderlich: [Swift](https://github.com/raywenderlich/swift-style-guide) and [Objective-C](https://github.com/raywenderlich/objective-c-style-guide) -* Google: [Objective-C](http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml) +* Google: [Swift](https://google.github.io/swift) and [Objective-C](http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml) * The New York Times: [Objective-C](https://github.com/NYTimes/objective-c-style-guide) * Sam Soffes: [Objective-C](https://gist.github.com/soffes/812796) * Luke Redpath: [Objective-C](http://lukeredpath.co.uk/blog/2011/06/28/my-objective-c-style-guide/)