Merge pull request #602 from SorraTheOrc/patch-1

Update link to EXTENDING.md in example extending README
This commit is contained in:
Steve Yegge
2025-12-17 14:54:12 -08:00
committed by GitHub

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