From: dmontagu <35119617+dmontagu@users.noreply.github.com> Date: Thu, 13 Jun 2019 16:34:20 +0000 (-0700) Subject: :memo: Update response-directly.md, fix link (#306) X-Git-Tag: 0.29.1~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=120ab08360094104565b9ba3da3a167ec860ee3d;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update response-directly.md, fix link (#306) --- diff --git a/docs/tutorial/response-directly.md b/docs/tutorial/response-directly.md index f622cab854..0feb937930 100644 --- a/docs/tutorial/response-directly.md +++ b/docs/tutorial/response-directly.md @@ -56,7 +56,7 @@ You could put your XML content in a string, put it in a Starlette Response, and When you return a `Response` directly its data is not validated, converted (serialized), nor documented automatically. -But you can still document it. +But you can still document it. In the next sections you will see how to use/declare these custom `Response`s while still having automatic data conversion, documentation, etc.