From e2ede9d6654d7657306d910a9159dcf6c7a6cb95 Mon Sep 17 00:00:00 2001 From: Dallas Young <33672687+dallastexas92@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:08:16 -0400 Subject: [PATCH] Update docs link for 'signals' in README.md The existing link for handling signals in Go went to a page error. I updated it with the current link for sending and receiving signals in the Go SDK --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fd224b4..f3b9bf0d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Each sample demonstrates one feature of the SDK, together with tests. - **Signals**: Can be seen in the [Recovery](./recovery) and [Mutex](./mutex) examples. Additional documentation: [eCommerce application tutorial](https://learn.temporal.io/tutorials/go/ecommerce/) - , [How to send and handle Signals in Go](https://docs.temporal.io/application-development/features/#signals) + , [How to send and handle Signals in Go](https://docs.temporal.io/develop/go/message-passing#signals) . - [**Memo**](./memo): Demonstrates how to use Memo that can be used