diff --git a/public/docs/ts/latest/guide/change-log.jade b/public/docs/ts/latest/guide/change-log.jade index 4eb8cefa75..23cacba033 100644 --- a/public/docs/ts/latest/guide/change-log.jade +++ b/public/docs/ts/latest/guide/change-log.jade @@ -67,7 +67,7 @@ block includes Linked to these plunkers in [Testing](testing.html#live-examples) and [Setup anatomy](setup-systemjs-anatomy) guides. ## Internationalization: pluralization and _select_ (2016-11-30) - The [Internationalization (i18n)](i18n.html) guide explains how to handle pluralization and + The [Internationalization (i18n)](../cookbook/i18n.html) guide explains how to handle pluralization and translation of alternative texts with `select`. The sample demonstrates these features too.