From 2ee2dd439fcd47e548a5171d3a7afe9ff515849a Mon Sep 17 00:00:00 2001 From: Levi McCallum Date: Thu, 17 Aug 2017 13:44:00 -0700 Subject: [PATCH] Fix link to YGLayout header in docs Summary: Closes https://github.com/facebook/yoga/pull/595 Reviewed By: amonshiz Differential Revision: D5643379 Pulled By: dshahidehpour fbshipit-source-id: ae972f270ee26fe7755ba5dee4d357d150a27c2a --- docs/_docs/api/yogakit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/api/yogakit.md b/docs/_docs/api/yogakit.md index 796de28a..d4f42a0a 100644 --- a/docs/_docs/api/yogakit.md +++ b/docs/_docs/api/yogakit.md @@ -9,7 +9,7 @@ permalink: /docs/api/yogakit/ YogaKit is a Objective-C (and Swift-compatible) wrapper for Yoga. It allows iOS Developers to manage the layout of their views using the power of Yoga. -Layout configuration is done via the [YGLayout](https://github.com/facebook/yoga/blob/master/YogaKit/YGLayout.h) object. YogaKit exposes `YGLayout` via a [category](https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/Category.html) on [UIView](https://developer.apple.com/reference/uikit/uiview). +Layout configuration is done via the [YGLayout](https://github.com/facebook/yoga/blob/master/YogaKit/Source/YGLayout.h) object. YogaKit exposes `YGLayout` via a [category](https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/Category.html) on [UIView](https://developer.apple.com/reference/uikit/uiview). ### Lifecycle