aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/index.html
diff options
context:
space:
mode:
authorMisko Hevery2012-09-04 18:15:00 -0700
committerMisko Hevery2012-09-04 18:15:00 -0700
commit99a000bac2ecb4c4fb48499c55422ab0a6e84d51 (patch)
tree7b7c1f9ab1c8fb655a35d014e293a87da3d015ea /docs/src/templates/index.html
parentf353fea042b33066009af38d19054774aa52562d (diff)
downloadangular.js-99a000bac2ecb4c4fb48499c55422ab0a6e84d51.tar.bz2
fix(docs): broken url to angular-bootstrap
Diffstat (limited to 'docs/src/templates/index.html')
-rw-r--r--docs/src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index dc654a4e..38b6d97b 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -55,7 +55,7 @@
name = 'http://code.angularjs.org/' +
angularVersion.stable +
'/' +
- name.replace(/\.js$/, '-' + angularVersion.stable +'.min.js');
+ name.replace(/\.js$/, '.min.js');
}
return name;
}