diff options
| author | Pete Bacon Darwin | 2013-11-18 11:55:30 +0000 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-11-18 11:55:30 +0000 | 
| commit | de2919cb9aa7491657cdeb32fa4fffe88255129a (patch) | |
| tree | c140fcdd44de44c240b1def1e47d50762cfa7074 /docs/content | |
| parent | 61943276f026e632dccae6405a05f79d486ed898 (diff) | |
| download | angular.js-de2919cb9aa7491657cdeb32fa4fffe88255129a.tar.bz2 | |
docs(guide/i18n): fix link to i18n files in the project
Closes #4998
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/guide/i18n.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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: | 
