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).