From e6f36517633e6142e81957c5e0b64d4b50ae26d8 Mon Sep 17 00:00:00 2001 From: Dmitry Rybin Date: Wed, 31 May 2017 10:14:34 +0300 Subject: [PATCH] Fix broken link at readme (#2103) Fixed broken readme link and make it short by removing unnecessary invitation. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b0cc2b1d..9183ec9e 100644 --- a/readme.md +++ b/readme.md @@ -766,7 +766,7 @@ Then run `now` and enjoy! Next.js can be deployed to other hosting solutions too. Please have a look at the ['Deployment'](https://github.com/zeit/next.js/wiki/Deployment) section of the wiki. -Note: we recommend putting `.next`, or your custom dist folder (Please have a look at ['Custom Config'](You can set a custom folder in config https://github.com/zeit/next.js#custom-configuration.)), in `.npmignore` or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next` or your custom dist folder) +Note: we recommend putting `.next`, or your custom dist folder (you can set a custom folder in ['Custom Config'](https://github.com/zeit/next.js#custom-configuration)), in `.npmignore` or `.gitignore`. Otherwise, use `files` or `now.files` to opt-into a whitelist of files you want to deploy (and obviously exclude `.next` or your custom dist folder) ## Recipes