From dbc853246d956a0d8dfc6e5b95436f59ea069bbc Mon Sep 17 00:00:00 2001 From: AgtLucas Date: Fri, 30 Sep 2016 11:36:29 -0700 Subject: [PATCH] Remove missing link from Modal doc Summary: Is okay to remove this link? It seems that we don't have the Navigator Comparison anymore. Closes https://github.com/facebook/react-native/pull/10186 Differential Revision: D3951863 Pulled By: mmmulani fbshipit-source-id: 170f4cc9288f84d88c3b607e3a1a85619d9776c8 --- Libraries/Modal/Modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Modal/Modal.js b/Libraries/Modal/Modal.js index a28f6ed4d..a1095fa59 100644 --- a/Libraries/Modal/Modal.js +++ b/Libraries/Modal/Modal.js @@ -27,7 +27,7 @@ const RCTModalHostView = requireNativeComponent('RCTModalHostView', null); * The Modal component is a simple way to present content above an enclosing view. * * _Note: If you need more control over how to present modals over the rest of your app, - * then consider using a top-level Navigator. Go [here](/react-native/docs/navigator-comparison.html) to compare navigation options._ + * then consider using a top-level Navigator._ * * ```javascript * import React, { Component } from 'react';