Skip to content

Commit

Permalink
DEV: use temp URL for sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Aug 7, 2024
1 parent 0c1ca21 commit 79ee58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/python/message-passing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See [Workflow message-passing](/encyclopedia/workflow-message-passing#sending-qu
## Writing Query, Signal, and Update handlers

Here is an example Workflow Definition featuring Query, Signal, and Update handlers, and an Update validator.
You can view this as a runnable sample at [hello/hello_message_passing.py](https://github.com/temporalio/samples-python/blob/main/hello/hello_message_passing.py).
You can view this as a runnable sample at [hello/hello_message_passing.py](https://github.com/temporalio/samples-python/blob/dan/dan/docs_message_passing.py).

```python
import asyncio
Expand Down

0 comments on commit 79ee58a

Please sign in to comment.