From d57fb6407af60d396431ebb215b7c8a9dce2e529 Mon Sep 17 00:00:00 2001 From: Karan Thakkar Date: Thu, 1 Jun 2017 10:50:38 +0530 Subject: [PATCH] Fix link to getting started in AppRegistry doc Fixes #498 --- 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 bd83e8ce..98ba5b83 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` (see the [client and server rendering -guide](../guides/rendering.md) for more details). +`AppRegistry.runApplication` (see the [getting started guide](../guides/getting-started.md) for more details). To "stop" an application when a view should be destroyed, call `AppRegistry.unmountApplicationComponentAtRootTag` with the tag that was passed