aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-03-15 10:19:44 -0700
committerIgor Minar2012-03-15 10:19:44 -0700
commit6abafcb4248f0a4374b3df0b67bf82b3c32194f3 (patch)
treedba7d99cbd46e9daea31e95dfb10e3e47ba861a0
parent2315d9b3610994b36c44e4a97fb1427d59471ce8 (diff)
downloadangular.js-6abafcb4248f0a4374b3df0b67bf82b3c32194f3.tar.bz2
docs(changelog): fix broken links
Closes #793
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a805f857..ce83ded8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,7 +31,7 @@ docs. The biggest improvements and changes are listed below.
`ng:foo`. The new compiler doesn't distinguish between these and other name styles (all of them
are [equally supported](http://docs-next.angularjs.org/api/angular.module.ng.$compileProvider.directive)),
the main difference is that `ng-foo` is easier to select with css selectors. Check out the
- [Internet Explorer Compatibility](http://docs-next.angularjs.org/guide/ie.ngdoc)
+ [Internet Explorer Compatibility](http://docs-next.angularjs.org/guide/ie)
doc to learn about various IE-related requirements for different directive naming styles.
- `angular.directive`, `angular.widget`, `angular.attrWidget` were merged into a single concept: a
@@ -256,7 +256,7 @@ behavior and migrate your controllers one at a time: <https://gist.github.com/16
## Docs
-- new [Modules dev guide article](http://docs-next.angularjs.org/guide/module.ngdoc)
+- new [Modules dev guide article](http://docs-next.angularjs.org/guide/module)
## Small bug fixes