Update link to EXTENDING.md in example extending README

This commit is contained in:
Sorra
2025-12-16 16:46:25 -08:00
committed by GitHub
parent 3824125cf9
commit 42db4061e6

View File

@@ -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