Skip to content

Commit

Permalink
Fix doc links to English (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Jun 17, 2022
1 parent f958007 commit 3785884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/responses.md
Expand Up @@ -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).

0 comments on commit 3785884

Please sign in to comment.