From 1e4ba46571f3a00e90633f99cfbd6712be874c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC?= Date: Wed, 5 Aug 2026 22:07:29 +0300 Subject: [PATCH] docs(core): fix broken links in core.md to nonexistent files `packages/core/docs/core.md` linked to `../../FRAME.md` and `../adapters/README.md`, neither of which exists (confirmed back to the initial commit). Point to the real Frame Adapters documentation in CLAUDE.md and the actual adapters source directory instead. --- packages/core/docs/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/docs/core.md b/packages/core/docs/core.md index e138d50462..415fb5f605 100644 --- a/packages/core/docs/core.md +++ b/packages/core/docs/core.md @@ -4,7 +4,7 @@ Reference for generating and editing HyperFrames HTML compositions. This is your **New to HyperFrames?** Start with the [quickstart template](./quickstart-template.html) — a copy-paste composition with inline comments explaining every required piece. See [common mistakes](./common-mistakes.md) for pitfalls that break compositions. -For Frame adapters and deterministic frame rendering direction, see [`../../FRAME.md`](../../FRAME.md) and [`../adapters/README.md`](../adapters/README.md). +For Frame adapters and deterministic frame rendering direction, see the [Frame Adapters section in `CLAUDE.md`](../../../CLAUDE.md#key-conventions) and [`../src/adapters/index.ts`](../src/adapters/index.ts). Producer-canonical parity note: