Skip to content

Commit

Permalink
fix: wrong URL
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Nov 3, 2023
1 parent c401226 commit 1421d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/16.faq/flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ curl -X POST http://localhost:8080/api/v1/executions/trigger/dev/hello-world -F

### Python SDK

You can also launch a flow using the [kestra pip package](../05.developer-guide/12.python-sdk.md). This is useful when you want to trigger a flow execution from a Python application or service.
You can also launch a flow using the [kestra pip package](https://github.com/kestra-io/libs). This is useful when you want to trigger a flow execution from a Python application or service.

First, install the package:

Expand Down

0 comments on commit 1421d59

Please sign in to comment.