From: Kai Chen Date: Fri, 12 Jun 2020 23:12:59 +0000 (-0700) Subject: 📝 Add link to Advanced User Guide: response status code (#1512) X-Git-Tag: 0.56.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4310c89c83330c24ab50409facda1e64ee21f6c9;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add link to Advanced User Guide: response status code (#1512) --- diff --git a/docs/en/docs/tutorial/response-status-code.md b/docs/en/docs/tutorial/response-status-code.md index 29b8521fc7..05244edf64 100644 --- a/docs/en/docs/tutorial/response-status-code.md +++ b/docs/en/docs/tutorial/response-status-code.md @@ -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.