Skip to content

Commit 3783ac5

Browse files
committed
Point to Nexus sample in branch
1 parent d5864fe commit 3783ac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ Temporal supports calling Nexus operations **from a workflow**. See https://docs
13211321
currently for calling a Nexus operation from non-workflow code.
13221322

13231323
To get started quickly using Nexus with Temporal, see the Python Nexus sample:
1324-
https://github.com/temporalio/samples-python/tree/main/hello_nexus.
1324+
https://github.com/temporalio/samples-python/tree/nexus/hello_nexus.
13251325

13261326

13271327
Two types of Nexus operation are supported, each using a decorator:
@@ -1334,7 +1334,7 @@ Two types of Nexus operation are supported, each using a decorator:
13341334
may do network I/O, but it must respond within 10 seconds.
13351335

13361336
The following steps are an overview of the [Python Nexus sample](
1337-
https://github.com/temporalio/samples-python/tree/main/hello_nexus).
1337+
https://github.com/temporalio/samples-python/tree/nexus/hello_nexus).
13381338

13391339
1. Create the caller and handler namespaces, and the Nexus endpoint. For example,
13401340
```

0 commit comments

Comments
 (0)