diff --git a/docs/guide/deployment.md b/docs/guide/deployment.md index c9482f5e62..1d648fae9a 100644 --- a/docs/guide/deployment.md +++ b/docs/guide/deployment.md @@ -289,7 +289,7 @@ now That’s all! -Your site will deploy, and you will receive a link similar to the following: https://vue.now-examples.now.sh +Your site will deploy, and you will receive a link similar to the following: [https://vue.now-examples.now.sh](https://vue.now-examples.now.sh) Out of the box, you are already provided with the necessary routes for rewriting requests (except for custom static files) directly to your `index.html` file and the appropiate default caching headers. This behaviour can be overwritten [like this](https://zeit.co/docs/v2/advanced/routes/).