]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Fix doc links to English (#1698)
authorRuslan Ilyasovich Gilfanov <ri.gilfanov@yandex.ru>
Fri, 17 Jun 2022 15:36:27 +0000 (20:36 +0500)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2022 15:36:27 +0000 (17:36 +0200)
docs/responses.md

index 72cc32b046912e76e98889effb707d95c3804cd3..a8c1b78e40b14516cb87181d9620044aceaa1ef3 100644 (file)
@@ -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).