aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-11-18 11:55:30 +0000
committerPete Bacon Darwin2013-11-18 11:55:30 +0000
commitde2919cb9aa7491657cdeb32fa4fffe88255129a (patch)
treec140fcdd44de44c240b1def1e47d50762cfa7074 /docs/content
parent61943276f026e632dccae6405a05f79d486ed898 (diff)
downloadangular.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.ngdoc2
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: