Update file for Markdown link syntax

Summary:
Reference: https://daringfireball.net/projects/markdown/syntax#link
Closes https://github.com/facebook/react-native/pull/10416

Differential Revision: D4028353

fbshipit-source-id: 22f396fd0f3942a8429128f2b60341da1d96183c
This commit is contained in:
Jonathan Chen 2016-10-16 15:18:38 -07:00 committed by Facebook Github Bot
parent 0fb8f8cb8e
commit 1aafd372e2
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ var getPhotosReturnChecker = createStrictShapeTypeChecker({
/**
* `CameraRoll` provides access to the local camera roll / gallery.
* Before using this you must link the `RCTCameraRoll` library.
* You can refer to (Linking)[https://facebook.github.io/react-native/docs/linking-libraries-ios.html] for help.
* You can refer to [Linking](https://facebook.github.io/react-native/docs/linking-libraries-ios.html) for help.
*/
class CameraRoll {