From 6933fb7924cd1ef01e9259c53bf76023a87d61aa Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 24 Feb 2012 16:14:44 -0800 Subject: docs(bootstrap): rewritten bootstrap guide --- src/Angular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Angular.js b/src/Angular.js index 7c87cfd9..20f2e722 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -904,7 +904,7 @@ function angularInit(element, bootstrap) { * @description * Use this function to manually start up angular application. * - * See: {@link guide/dev_guide.bootstrap.manual_bootstrap Bootstrap} + * See: {@link guide/bootstrap Bootstrap} * * @param {Element} element DOM element which is the root of angular application. * @param {Array=} modules an array of module declarations. See: {@link angular.module modules} -- cgit v1.2.3