]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Add link to Advanced User Guide: response status code (#1512)
authorKai Chen <kaichen120@gmail.com>
Fri, 12 Jun 2020 23:12:59 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 23:12:59 +0000 (01:12 +0200)
docs/en/docs/tutorial/response-status-code.md

index 29b8521fc737fc2ac9a96427f18f29316cd3e5b5..05244edf64c69f13e5625c2eada9b5407afe2502 100644 (file)
@@ -83,4 +83,4 @@ They are just a convenience, they hold the same number, but that way you can use
 
 ## Changing the default
 
-Later, in the **Advanced User Guide**, you will see how to return a different status code than the default you are declaring here.
+Later, in the [Advanced User Guide](../advanced/response-change-status-code.md){.internal-link target=_blank}, you will see how to return a different status code than the default you are declaring here.