From de2919cb9aa7491657cdeb32fa4fffe88255129a Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 18 Nov 2013 11:55:30 +0000 Subject: docs(guide/i18n): fix link to i18n files in the project Closes #4998 --- docs/content/guide/i18n.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/content/guide/i18n.ngdoc b/docs/content/guide/i18n.ngdoc index 7042991c..b42bd1a8 100644 --- a/docs/content/guide/i18n.ngdoc +++ b/docs/content/guide/i18n.ngdoc @@ -43,7 +43,7 @@ http://userguide.icu-project.org/locale ICU } website for more information about **Supported locales in Angular** Angular separates number and datetime format rule sets into different files, each file for a particular locale. You can find a list of currently supported locales {@link -https://github.com/angular/angular.js/tree/master/i18n/locale here} +https://github.com/angular/angular.js/tree/master/src/ngLocale here} # Providing locale rules to Angular There are two approaches to providing locale rules to Angular: -- cgit v1.2.3