Skip to content

Commit

Permalink
Fix link (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuandrew authored Jan 6, 2025
1 parent 8841c9f commit 66ce0f6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion batch-sliding-window/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To support larger window size and overall throughput multiple instances of Slidi

#### Running the Sliding Window Batch Sample

Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
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).

From the root of the project, start a Worker:

Expand Down
2 changes: 1 addition & 1 deletion branch/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Parallel Activities
<!-- @@@SNIPSTART samples-go-branch-readme -->
Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
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).

From the root of the project, start a Worker:

Expand Down
2 changes: 1 addition & 1 deletion cancellation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Cancellation
<!-- @@@SNIPSTART samples-go-cancellation-readme -->
Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
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).

From the root of the project, start a Worker:

Expand Down
2 changes: 1 addition & 1 deletion child-workflow-continue-as-new/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Parent Workflow Executions receive a notification that a Child Workflow Executio
This feature is very useful when there is a need to process a large set of data.
The Child Execution can iterate over the data set, calling Continue-As-New periodically without polluting the parents' history.

Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
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).

Start the Worker:

Expand Down
2 changes: 1 addition & 1 deletion child-workflow/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Child Workflow
<!-- @@@SNIPSTART samples-go-child-workflow-example-readme -->
Make sure the [Temporal Server is running locally](https://docs.temporal.io/application-development/foundations#run-a-development-cluster).
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).

From the root of the project, start a Worker:

Expand Down

0 comments on commit 66ce0f6

Please sign in to comment.