Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9711e3e

Browse files
docs(guide/i18n): fix internal link to MessageFormat Extensions section
1 parent ae826b0 commit 9711e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/i18n.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Angular supports i18n/l10n for {@link ng.filter:date date}, {@link ng.filter:num
1919
{@link ng.filter:currency currency} filters.
2020

2121
Localizable pluralization is supported via the {@link ng.directive:ngPluralize `ngPluralize`
22-
directive}. Additionally, you can use <a href="#MessageFormat">MessageFormat extensions</a> to
22+
directive}. Additionally, you can use {@link guide/i18n#messageformat-extensions MessageFormat extensions} to
2323
`$interpolate` for localizable pluralization and gender support in all interpolations via the
2424
`ngMessageFormat` module.
2525

@@ -142,7 +142,7 @@ displaying the date with a timezone specified by the developer.
142142

143143

144144
<a name="MessageFormat"></a>
145-
## MessageFormat extensions
145+
## MessageFormat extensions
146146

147147
You can write localizable plural and gender based messages in Angular interpolation expressions and
148148
`$interpolate` calls.

0 commit comments

Comments
 (0)