From 948b381a1465653a72c466f4fdfad7014fbcb539 Mon Sep 17 00:00:00 2001 From: Orta Date: Wed, 6 Jul 2016 09:13:39 -0700 Subject: [PATCH] Fix markdown link in blog post Summary: See the last sentence: ![screen shot 2016-07-06 at 11 42 11 am](https://cloud.githubusercontent.com/assets/49038/16624177/b1af026c-436e-11e6-94dc-ee1d163eb9ef.png) Closes https://github.com/facebook/react-native/pull/8605 Differential Revision: D3522488 Pulled By: lacker fbshipit-source-id: fd1d18dc793d00931c4aa2366f0ee8c3c7eb99b9 --- blog/2016-07-06-toward-better-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2016-07-06-toward-better-documentation.md b/blog/2016-07-06-toward-better-documentation.md index b74c5871d..92303a52f 100644 --- a/blog/2016-07-06-toward-better-documentation.md +++ b/blog/2016-07-06-toward-better-documentation.md @@ -43,7 +43,7 @@ We have a new [guide to Navigation](/react-native/docs/navigator-comparison.html We also have a new [guide to handling touches](/react-native/docs/handling-touches.html) that explains some of the basics of making button-like interfaces, and a brief summary of the different ways to handle touch events. -Another area we worked on is Flexbox. This includes tutorials on how to [handle layout with Flexbox](/react-native/docs/flexbox.html) and how to control [the size of components](/react-native/docs/height-and-width.html). It also includes an unsexy but hopefully-useful (list of all the props that control layout in React Native)[/react-native/docs/layout-props.html]. +Another area we worked on is Flexbox. This includes tutorials on how to [handle layout with Flexbox](/react-native/docs/flexbox.html) and how to control [the size of components](/react-native/docs/height-and-width.html). It also includes an unsexy but hopefully-useful [list of all the props that control layout in React Native](/react-native/docs/layout-props.html). ## Getting Started