From deb0d60c095b2dc1dc5257adbd138ed3fac39dbd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Desnoues Date: Mon, 8 Aug 2016 04:54:37 -0700 Subject: [PATCH] Update PlatformSpecificInformation.md Summary: Fix internal anchor ref links Closes https://github.com/facebook/react-native/pull/8946 Differential Revision: D3683755 fbshipit-source-id: 5b145e751460ba24e058430b325558405fa323bf --- docs/PlatformSpecificInformation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/PlatformSpecificInformation.md b/docs/PlatformSpecificInformation.md index 8dddb77d3..fb3604324 100644 --- a/docs/PlatformSpecificInformation.md +++ b/docs/PlatformSpecificInformation.md @@ -12,8 +12,8 @@ When building a cross-platform app, you'll want to re-use as much code as possib React Native provides two ways to easily organize your code and separate it by platform: -* Using the [`Platform` module](#platform-module). -* Using [platform-specific file extensions](#platform-specific-extensions). +* Using the [`Platform` module](docs/platform-specific-code.html#platform-module). +* Using [platform-specific file extensions](docs/platform-specific-code.html#platform-specific-extensions). Certain components may have properties that work on one platform only. All of these props are annotated with `@platform` and have a small badge next to them on the website.