From 0d6fd134d403491280483b8c4c839e8c9ea0a3fe Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Sat, 29 Jun 2019 19:13:35 +0200 Subject: [PATCH] docs(core): update link to external i18n doc (#31353) PR Close #31353 --- aio/content/guide/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/i18n.md b/aio/content/guide/i18n.md index 7e2c38f9bb..ac469d317f 100644 --- a/aio/content/guide/i18n.md +++ b/aio/content/guide/i18n.md @@ -837,4 +837,4 @@ For example, if the French version of your application is served from https://my } ``` -For more details about how to create scripts to generate an app in multiple languages and how to set up Apache 2 to serve them from different subdirectories, read [this tutorial by Philippe Martin](https://medium.com/@feloy/deploying-an-i18n-angular-app-with-angular-cli-fc788f17e358#.1xq4iy6fp). +For more details about how to create scripts to generate an app in multiple languages and how to set up Apache 2 and NGINX to serve them from different subdirectories, read [this tutorial by Philippe Martin](https://dev.to/angular/deploying-an-i18n-angular-app-with-angular-cli-2fb9).