From 6abafcb4248f0a4374b3df0b67bf82b3c32194f3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 15 Mar 2012 10:19:44 -0700 Subject: docs(changelog): fix broken links Closes #793 --- CHANGELOG.md | 4 ++-- 1 file 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: