From a5046b9fa83afd5285b406ae574080809d26807d Mon Sep 17 00:00:00 2001 From: Shipeng Xu Date: Wed, 27 Jan 2016 14:39:49 +0800 Subject: [PATCH] correct the url for visual-format-language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b48e636..6abc2bc 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ If you prefer to write your views in code, chances are you've met either of Appl If you're stuck with an earlier iOS version, [Masonry/SnapKit][snapkit-github] remedies the problem by introducing its own [DSL][dsl-wikipedia] to make, update and replace constraints. For Swift, there is also [Cartography][cartography-github], which builds on the language's powerful operator overloading features. For the more conservative, [FLKAutoLayout][flkautolayout-github] offers a clean, but rather non-magical wrapper around the native APIs. -[visual-format-language]: https://developer.apple.com/library/ios/documentation/userexperience/conceptual/AutolayoutPG/VisualFormatLanguage/VisualFormatLanguage.html#//apple_ref/doc/uid/TP40010853-CH3-SW1 +[visual-format-language]: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/AutolayoutPG/VisualFormatLanguage.html [nslayoutanchor]: https://developer.apple.com/library/prerelease/ios/documentation/AppKit/Reference/NSLayoutAnchor_ClassReference/index.html [snapkit-github]: https://github.com/SnapKit/ [dsl-wikipedia]: https://en.wikipedia.org/wiki/Domain-specific_language