From c18a27b4c90fa29b02ac65b73152f6794ed3aa56 Mon Sep 17 00:00:00 2001 From: Kevin Woo <3469532+kevinawoo@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:23:06 -0800 Subject: [PATCH] fix/readme: point to the write docs section --- sinks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinks/README.md b/sinks/README.md index 6478c735..9163aa9b 100644 --- a/sinks/README.md +++ b/sinks/README.md @@ -2,7 +2,7 @@ This project demonstrates the Sinks API for alerting. -The [Logging docs](https://docs.temporal.io/dev-guide/typescript/observability#logging) explains some of the code in this sample. +The [Logging docs](https://docs.temporal.io/develop/typescript/observability#implementing-custom-logging-like-features-based-on-workflow-sinks) explains some of the code in this sample. ### Running this sample