From 42db4061e69446eab875710c046bb0e8b0a4ef8a Mon Sep 17 00:00:00 2001 From: Sorra Date: Tue, 16 Dec 2025 16:46:25 -0800 Subject: [PATCH] Update link to EXTENDING.md in example extending README --- examples/bd-example-extension-go/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bd-example-extension-go/README.md b/examples/bd-example-extension-go/README.md index 9cb9b455..34089e20 100644 --- a/examples/bd-example-extension-go/README.md +++ b/examples/bd-example-extension-go/README.md @@ -1,6 +1,6 @@ # BD Extension Example (Go) -This example demonstrates how to extend bd with custom tables for application-specific orchestration, following the patterns described in [EXTENDING.md](../../EXTENDING.md). +This example demonstrates how to extend bd with custom tables for application-specific orchestration, following the patterns described in [EXTENDING.md](../../docs/EXTENDING.md). ## What This Example Shows