From 7ca3764eae79f6a49802ebdf5ef6d1a668c73ae6 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Tue, 16 Aug 2016 09:52:16 -0700 Subject: [PATCH] Fix Wikipedia link Summary: The end of the Wikipedia link has a parenthesis, which was incorrectly used as end of markdown format for link. Closes https://github.com/facebook/react-native/pull/9429 Differential Revision: D3722972 Pulled By: javache fbshipit-source-id: af00f0291f00c6f2bf9bfeb7555fecd957cc6925 --- docs/IntegrationWithExistingApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index aabe36e49..76efa070f 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -103,7 +103,7 @@ $ sudo gem install cocoapods -Assume the [app for integration](https://github.com/JoelMarcey/iOS-2048) is a [2048](https://en.wikipedia.org/wiki/2048_(video_game) game. Here is what the main menu of the native application looks like without React Native. +Assume the [app for integration](https://github.com/JoelMarcey/iOS-2048) is a [2048](https://en.wikipedia.org/wiki/2048_(video_game)) game. Here is what the main menu of the native application looks like without React Native.