Skip to content

Commit 3466090

Browse files
authored
Fixes README.md link (temporalio#66)
Link in the md file wasn't pointing to the correct location.
1 parent 4a602ff commit 3466090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hello/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Replace `hello_activity.py` in the command with any other example filename to r
1919
* [hello_activity](hello_activity.py) - Execute an activity from a workflow.
2020
* [hello_activity_choice](hello_activity_choice.py) - Execute certain activities inside a workflow based on dynamic
2121
input.
22-
* [hello_activity_method](hello/hello_activity_method.py) - Demonstrate an activity that is an instance method on a
22+
* [hello_activity_method](hello_activity_method.py) - Demonstrate an activity that is an instance method on a
2323
class and can access class state.
2424
* [hello_activity_multiprocess](hello_activity_multiprocess.py) - Execute a synchronous activity on a process pool.
2525
* [hello_activity_retry](hello_activity_retry.py) - Demonstrate activity retry by failing until a certain number of
@@ -40,4 +40,4 @@ Replace `hello_activity.py` in the command with any other example filename to r
4040
* [hello_query](hello_query.py) - Invoke queries on a workflow.
4141
* [hello_search_attributes](hello_search_attributes.py) - Start workflow with search attributes then change while
4242
running.
43-
* [hello_signal](hello_signal.py) - Send signals to a workflow.
43+
* [hello_signal](hello_signal.py) - Send signals to a workflow.

0 commit comments

Comments
 (0)