Skip to content

Commit c2e6174

Browse files
Update fastapi example (#410)
Signed-off-by: Emmanuel Ferdman <[email protected]>
1 parent a80559a commit c2e6174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/examples/fastapi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ FastAPI has a [`StreamingResponse`](https://fastapi.tiangolo.com/advanced/custom
88

99
!!! note
1010

11-
This example is also [available on Github](https://github.com/developmentseed/obstore/blob/main/examples/fastapi-example/README.md) if you'd like to test it out locally.
11+
This example is also [available on Github](https://github.com/developmentseed/obstore/blob/main/examples/fastapi/README.md) if you'd like to test it out locally.
1212

1313
First, import `fastapi` and `obstore` and create the FastAPI application.
1414

0 commit comments

Comments
 (0)