From c91e4b3566f26fcd435890a1549843d539938610 Mon Sep 17 00:00:00 2001 From: Robert Spencer Date: Wed, 26 Apr 2017 06:16:27 -0700 Subject: [PATCH] Correct android attribute link in docs Summary: Addresses issue #523 Closes https://github.com/facebook/yoga/pull/529 Differential Revision: D4953973 Pulled By: emilsjolander fbshipit-source-id: b6e64f30ad615ba65152f19e775bd6c890e6c6b6 --- docs/Gemfile.lock | 3 --- docs/_docs/api/android.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index e732b13d..2249c71d 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -140,6 +140,3 @@ PLATFORMS DEPENDENCIES github-pages (~> 104) - -BUNDLED WITH - 1.14.6 diff --git a/docs/_docs/api/android.md b/docs/_docs/api/android.md index a06e2529..cc69244b 100644 --- a/docs/_docs/api/android.md +++ b/docs/_docs/api/android.md @@ -71,7 +71,7 @@ RTL locales are supported by default. That is, unless you explicitly set the `y ## Attributes -The list of all attributes can be found in [attrs.xml](https://github.com/facebook/yoga/blob/master/android/sample/res/com/facebook/samples/yoga/res/values/attrs.xml), but logically map from the Yoga properties. +The list of all attributes can be found in [attrs.xml](https://github.com/facebook/yoga/blob/master/android/src/main/res/values/attrs.xml), but logically map from the Yoga properties. ## Auto margins