Skip to content

Commit 0fa7eb5

Browse files
authored
Merge pull request #189496 from ggailey777/patch-1
Making the new link headless
2 parents 36c3980 + 264fff7 commit 0fa7eb5

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
@@ -434,7 +434,7 @@ def main(req: func.HttpRequest, context) -> func.HttpResponse:
434434
logging.info('Python HTTP trigger function processed a request.')
435435
return func.WsgiMiddleware(app).handle(req, context)
436436
```
437-
For a full example, see [Using Flask Framework with Azure Functions](https://docs.microsoft.com/samples/azure-samples/flask-app-on-azure-functions/azure-functions-python-create-flask-app/).
437+
For a full example, see [Using Flask Framework with Azure Functions](/samples/azure-samples/flask-app-on-azure-functions/azure-functions-python-create-flask-app/).
438438

439439
---
440440

0 commit comments

Comments
 (0)