diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index bb0bec72ef..2dbd89dc54 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -261,7 +261,7 @@ firebase deploy --only hosting If you want other Firebase CLI features you use on your project to be deployed, run `firebase deploy` without the `--only` option. -You can now access your project on `https://.firebaseapp.com`. +You can now access your project on `https://.firebaseapp.com` or `https://.web.app`. Please refer to the [Firebase Documentation](https://firebase.google.com/docs/hosting/deploying) for more details.