From 4310c89c83330c24ab50409facda1e64ee21f6c9 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Fri, 12 Jun 2020 16:12:59 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20link=20to=20Advanced=20Use?= =?UTF-8?q?r=20Guide:=20response=20status=20code=20(#1512)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/tutorial/response-status-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/response-status-code.md b/docs/en/docs/tutorial/response-status-code.md index 29b8521fc..05244edf6 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.