]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Fix link from deployment to bigger applications
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 21 Mar 2019 16:35:49 +0000 (20:35 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 21 Mar 2019 16:35:49 +0000 (20:35 +0400)
docs/deployment.md
docs/release-notes.md

index 7d237340ff84515f8e0e39383f68ff626953f516..a307bd5625721f5afa903491c9de0bef0dac1139 100644 (file)
@@ -39,7 +39,7 @@ COPY ./app /app
 
 #### Bigger Applications
 
-If you followed the section about creating <a href="" target="_blank">Bigger Applications with Multiple Files
+If you followed the section about creating <a href="https://fastapi.tiangolo.com/tutorial/bigger-applications/" target="_blank">Bigger Applications with Multiple Files
 </a>, your `Dockerfile` might instead look like:
 
 ```Dockerfile
index 9b226fc21289605ce7b7f4db4a8ce6e1b5ca12e5..5252b1f2ce9ed3285a507141df34cf4c36712117 100644 (file)
@@ -6,6 +6,8 @@
 
 * Fix typo in docs. PR <a href="https://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/matthewhegarty" target="_blank">@matthewhegarty</a>.
 
+* Fix link in "Deployment" to "Bigger Applications".
+
 ## 0.8.0
 
 * Make development scripts executable. PR <a href="https://github.com/tiangolo/fastapi/pull/76" target="_blank">#76</a> by <a href="https://github.com/euri10" target="_blank">@euri10</a>.