Skip to content

Commit 14df4be

Browse files
authored
Fix broken links on internationalization page (#13056)
Clicking on links to DateFormat and NumberFormat leads to 404 page. I fixed this by changing path to `/flutter/package-intl_intl` from `/flutter/intl`.
1 parent e8b71de commit 14df4be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/content/ui/internationalization

src/content/ui/internationalization/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Numbers, including those that represent currency values,
556556
are displayed very differently in different locales.
557557
The localizations generation tool in
558558
`flutter_localizations` uses the
559-
[`NumberFormat`]({{site.api}}/flutter/intl/NumberFormat-class.html)
559+
[`NumberFormat`]({{site.api}}/flutter/package-intl_intl/NumberFormat-class.html)
560560
class in the `intl` package to format
561561
numbers based on the locale and the desired format.
562562

@@ -641,7 +641,7 @@ In a Russian locale, it would produce "9.07.1959".
641641
AppLocalizations.of(context).helloWorldOn(DateTime.utc(1959, 7, 9))
642642
```
643643

644-
[`DateFormat`]: {{site.api}}/flutter/intl/DateFormat-class.html
644+
[`DateFormat`]: {{site.api}}/flutter/package-intl_intl/DateFormat-class.html
645645

646646
<a id="ios-specifics"></a>
647647
### Localizing for iOS: Updating the iOS app bundle

0 commit comments

Comments
 (0)