diff --git a/aio/content/guide/deployment.md b/aio/content/guide/deployment.md index c253f4a8cd..2e61fc2316 100644 --- a/aio/content/guide/deployment.md +++ b/aio/content/guide/deployment.md @@ -76,7 +76,7 @@ In the table below, you can find a list of packages which implement deployment f |---------------------------------------------------------------|--------------------------------------------------------------------------------| | [Firebase hosting](https://firebase.google.com/docs/hosting) | [`@angular/fire`](https://npmjs.org/package/@angular/fire) | | [Azure](https://azure.microsoft.com/en-us/) | [`@azure/ng-deploy`](https://npmjs.org/package/@azure/ng-deploy) | -| [Now](https://zeit.co/now) | [`@zeit/ng-deploy`](https://npmjs.org/package/@zeit/ng-deploy) | +| [Vercel (Previously known as Zeit)](https://vercel.com/solutions/angular) | [`@zeit/ng-deploy`](https://npmjs.org/package/@zeit/ng-deploy) | | [Netlify](https://www.netlify.com/) | [`@netlify-builder/deploy`](https://npmjs.org/package/@netlify-builder/deploy) | | [GitHub pages](https://pages.github.com/) | [`angular-cli-ghpages`](https://npmjs.org/package/angular-cli-ghpages) | | [NPM](https://npmjs.com/) | [`ngx-deploy-npm`](https://npmjs.org/package/ngx-deploy-npm) |