Skip to content

Commit f724230

Browse files
Address build warning.
1 parent 45c5f19 commit f724230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-reference-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ async def get_name(name: str):
775775
def main(req: func.HttpRequest, context: func.Context) -> func.HttpResponse:
776776
return func.AsgiMiddleware(app).handle(req, context)
777777
```
778-
For a full example, see [Using FastAPI Framework with Azure Functions](/samples/azure-samples/fastapi-on-azure-functions/azure-functions-python-create-fastapi-app/).
778+
For a full example, see [Using FastAPI Framework with Azure Functions](/samples/azure-samples/fastapi-on-azure-functions/).
779779

780780
# [WSGI](#tab/wsgi)
781781

0 commit comments

Comments
 (0)