Skip to content

Commit 66ce0f6

Browse files
authored
Fix link (#378)
1 parent 8841c9f commit 66ce0f6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

batch-sliding-window/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To support larger window size and overall throughput multiple instances of Slidi
1414

1515
#### Running the Sliding Window Batch Sample
1616

17-
Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
17+
Make sure the [Temporal Server is running locally](https://learn.temporal.io/getting_started/go/dev_environment/#set-up-a-local-temporal-service-for-development-with-temporal-cli).
1818

1919
From the root of the project, start a Worker:
2020

branch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Parallel Activities
22
<!-- @@@SNIPSTART samples-go-branch-readme -->
3-
Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
3+
Make sure the [Temporal Server is running locally](https://learn.temporal.io/getting_started/go/dev_environment/#set-up-a-local-temporal-service-for-development-with-temporal-cli).
44

55
From the root of the project, start a Worker:
66

cancellation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Cancellation
22
<!-- @@@SNIPSTART samples-go-cancellation-readme -->
3-
Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
3+
Make sure the [Temporal Server is running locally](https://learn.temporal.io/getting_started/go/dev_environment/#set-up-a-local-temporal-service-for-development-with-temporal-cli).
44

55
From the root of the project, start a Worker:
66

child-workflow-continue-as-new/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Parent Workflow Executions receive a notification that a Child Workflow Executio
66
This feature is very useful when there is a need to process a large set of data.
77
The Child Execution can iterate over the data set, calling Continue-As-New periodically without polluting the parents' history.
88

9-
Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
9+
Make sure the [Temporal Server is running locally](https://learn.temporal.io/getting_started/go/dev_environment/#set-up-a-local-temporal-service-for-development-with-temporal-cli).
1010

1111
Start the Worker:
1212

child-workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Child Workflow
22
<!-- @@@SNIPSTART samples-go-child-workflow-example-readme -->
3-
Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
3+
Make sure the [Temporal Server is running locally](https://learn.temporal.io/getting_started/go/dev_environment/#set-up-a-local-temporal-service-for-development-with-temporal-cli).
44

55
From the root of the project, start a Worker:
66

0 commit comments

Comments
 (0)