aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorMisko Hevery2012-02-24 16:14:44 -0800
committerMisko Hevery2012-06-02 16:02:05 -0700
commit6933fb7924cd1ef01e9259c53bf76023a87d61aa (patch)
tree4af8ab1e41149d6ba1af2a76c34523575797ab1d /src/Angular.js
parentf5afcca99dcf49f3382a5e69d97030f63113af6e (diff)
downloadangular.js-6933fb7924cd1ef01e9259c53bf76023a87d61aa.tar.bz2
docs(bootstrap): rewritten bootstrap guide
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js2
1 files changed, 1 insertions, 1 deletions
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<String|Function>=} modules an array of module declarations. See: {@link angular.module modules}