From 7e81bd939e10143bcd9424cd74a5499a4b9acc8e Mon Sep 17 00:00:00 2001 From: Ryan Dombrowski Date: Mon, 6 Jul 2026 16:24:45 -0400 Subject: [PATCH] docs: point DESIGN.md at the current v0.4 spec draft The "current spec draft" link in DESIGN.md still resolved to spec/dspack-v0.2.md. The current draft is v0.4 (README status block). Update the link to spec/dspack-v0.4.md. Co-Authored-By: Claude Fable 5 --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index fe5c22f..e2ac2a5 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -1,6 +1,6 @@ # dspack: Design Philosophy -This document carries the long-form rationale behind dspack: why it exists, why it is a file format, and the principles the spec is built around. For the format itself, see the [README](./README.md) and the [current spec draft](./spec/dspack-v0.2.md). +This document carries the long-form rationale behind dspack: why it exists, why it is a file format, and the principles the spec is built around. For the format itself, see the [README](./README.md) and the [current spec draft](./spec/dspack-v0.4.md). ---