From: Ruslan Ilyasovich Gilfanov Date: Fri, 17 Jun 2022 15:36:27 +0000 (+0500) Subject: Fix doc links to English (#1698) X-Git-Tag: 0.20.4~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=37858849d507227b91d01e8cb43764fae11418c9;p=thirdparty%2Fstarlette.git Fix doc links to English (#1698) --- diff --git a/docs/responses.md b/docs/responses.md index 72cc32b0..a8c1b78e 100644 --- a/docs/responses.md +++ b/docs/responses.md @@ -191,4 +191,4 @@ A response class that implements [Server-Sent Events](https://html.spec.whatwg.o #### [baize.asgi.FileResponse](https://baize.aber.sh/asgi#fileresponse) -As a smooth replacement for Starlette [`FileResponse`](https://www.starlette.io/responses/#fileresponse), it will automatically handle [Head method](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Methods/HEAD) and [Range requests](https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Range_requests). +As a smooth replacement for Starlette [`FileResponse`](https://www.starlette.io/responses/#fileresponse), it will automatically handle [Head method](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/HEAD) and [Range requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests).