From 056bef68122be7f348d9b33ba9c94c8c7c4a0e62 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 26 May 2017 22:14:18 +0200 Subject: [PATCH] Fix incorrect link to deploy section --- 2.0/docs/getting-started/hello-world.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/docs/getting-started/hello-world.md b/2.0/docs/getting-started/hello-world.md index 0db31c51..35921f25 100644 --- a/2.0/docs/getting-started/hello-world.md +++ b/2.0/docs/getting-started/hello-world.md @@ -164,5 +164,5 @@ Some debug messages will be silenced while in the production environment, so mak !!! warning If you compiled your application with `--release`, make sure to add that flag to the `vapor run` command as well. e.g., `vapor run serve --env=production --release`. -For more information on deploying your code, check out the [deploy section](http://127.0.0.1:8000/deploy/nginx/). +For more information on deploying your code, check out the [deploy section](../deploy/nginx.md).