From 3cae2ccbaed92338f9eddc5f7f8a5566aa41c5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 21 Mar 2019 20:35:49 +0400 Subject: [PATCH] :memo: Fix link from deployment to bigger applications --- docs/deployment.md | 2 +- docs/release-notes.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 7d237340f..a307bd562 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -39,7 +39,7 @@ COPY ./app /app #### Bigger Applications -If you followed the section about creating Bigger Applications with Multiple Files +If you followed the section about creating Bigger Applications with Multiple Files , your `Dockerfile` might instead look like: ```Dockerfile diff --git a/docs/release-notes.md b/docs/release-notes.md index 9b226fc21..5252b1f2c 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -6,6 +6,8 @@ * Fix typo in docs. PR #76 by @matthewhegarty. +* Fix link in "Deployment" to "Bigger Applications". + ## 0.8.0 * Make development scripts executable. PR #76 by @euri10.