Skip to content

Commit 1196d28

Browse files
Update doc links (temporalio#41)
1 parent f21615a commit 1196d28

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Prerequisites:
88

99
* Python >= 3.7
1010
* [Poetry](https://python-poetry.org)
11-
* [Local Temporal server running](https://docs.temporal.io/clusters/quick-install/)
11+
* [Local Temporal server running](https://docs.temporal.io/application-development/foundations#run-a-development-cluster)
1212

1313
With this repository cloned, run the following at the root of the directory:
1414

encryption/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This will start the worker. Then, in another terminal, run the following to exec
1717

1818
poetry run python starter.py
1919

20-
The workflow should complete with the hello result. To view the workflow, use [tctl](https://docs.temporal.io/tctl/):
20+
The workflow should complete with the hello result. To view the workflow, use [tctl](https://docs.temporal.io/tctl-v1/):
2121

2222
tctl workflow show --workflow_id encryption-workflow-id
2323

0 commit comments

Comments
 (0)