From 95e6dc3a191570d4b473759d9ef3b6070708d688 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 7 Aug 2026 01:40:19 +0000 Subject: [PATCH] docs(guide): retarget two dead examples/ links in building-crud-app `examples/todo` and `examples/crm` have never existed on `main` (examples/ holds README.md, byo-backend-console, console-starter, hello-world, schema-catalog), so both "Next Steps" links were live GitHub 404s. Retarget each to the page that actually answers the bullet, and retitle the label to name that page honestly rather than dressing it up as an example app that does not exist (precedent: #3506's "Example: CRM Application" -> "Example: ObjectStack Console Starter"). Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01GTRjn8xBqp75dk7kFupVRt --- content/docs/guide/building-crud-app.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/guide/building-crud-app.md b/content/docs/guide/building-crud-app.md index 46ef2f7077..284e19f2c1 100644 --- a/content/docs/guide/building-crud-app.md +++ b/content/docs/guide/building-crud-app.md @@ -325,6 +325,6 @@ class AuthenticatedDataSource extends RestDataSource { ## Next Steps - Explore the [Schema Overview](/docs/guide/schema-overview) for advanced schema features -- Add a Kanban board view using `@object-ui/plugin-kanban` (see the [Todo example](https://github.com/objectstack-ai/objectui/tree/main/examples/todo)) +- Add a Kanban board view using `@object-ui/plugin-kanban` (see the [Kanban Plugin](/docs/plugins/plugin-kanban) reference for runnable board schemas) - Connect to a production backend with the [Data Connectivity](/docs/guide/data-source) guide -- Build multi-object apps with relationships (see the [CRM example](https://github.com/objectstack-ai/objectui/tree/main/examples/crm)) +- Build multi-object apps with relationships using `lookup` / `master_detail` fields (see the [Lookup Field](/docs/fields/lookup) reference)