File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1321,7 +1321,7 @@ Temporal supports calling Nexus operations **from a workflow**. See https://docs
13211321currently for calling a Nexus operation from non-workflow code.
13221322
13231323To 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
13271327Two 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:
13341334may do network I/O, but it must respond within 10 seconds.
13351335
13361336The 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
133913391 . Create the caller and handler namespaces, and the Nexus endpoint. For example,
13401340 ```
You can’t perform that action at this time.
0 commit comments