From 5032ed6fe1527da86937ddb2897354f9289d5f1f Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Fri, 25 Nov 2016 12:36:05 -0800 Subject: [PATCH] Update AppRegistry docs --- docs/apis/AppRegistry.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/apis/AppRegistry.md b/docs/apis/AppRegistry.md index 554904b1..bd83e8ce 100644 --- a/docs/apis/AppRegistry.md +++ b/docs/apis/AppRegistry.md @@ -3,8 +3,7 @@ `AppRegistry` is the control point for registering, running, prerendering, and unmounting all apps. App root components should register themselves with `AppRegistry.registerComponent`. Apps can be run by invoking -`AppRegistry.runApplication`, and prerendered by invoking -`AppRegistry.prerenderApplication` (see the [client and server rendering +`AppRegistry.runApplication` (see the [client and server rendering guide](../guides/rendering.md) for more details). To "stop" an application when a view should be destroyed, call