From a4498ebe4079744e7b857b4b28ab4d7b74dd0743 Mon Sep 17 00:00:00 2001 From: David Klingenberg Date: Wed, 8 Feb 2017 21:01:18 +0100 Subject: [PATCH] chore: fix i18n link in changelog (#3209) --- public/docs/ts/latest/guide/change-log.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.