aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-04 17:19:06 -0500
committerCraig Jennings <c@cjennings.net>2026-07-04 17:19:06 -0500
commit48f0bbd7a1894fafd46f1093d5a17300efbba0bb (patch)
tree5bddb30d64d60e9da47443958b351859df44b319
parent38200c6683e55860b044568cd70004dcbc7c4031 (diff)
downloaddotemacs-48f0bbd7a1894fafd46f1093d5a17300efbba0bb.tar.gz
dotemacs-48f0bbd7a1894fafd46f1093d5a17300efbba0bb.zip
docs: reclassify subr-mock-migration as a design note
-rw-r--r--docs/design/subr-mock-migration.org (renamed from docs/subr-mock-migration-spec.org)2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/subr-mock-migration-spec.org b/docs/design/subr-mock-migration.org
index 26f1dd57..874d03ef 100644
--- a/docs/subr-mock-migration-spec.org
+++ b/docs/design/subr-mock-migration.org
@@ -10,7 +10,7 @@ primitives (native-comp robustness) :test:refactor:solo:=) so the scope and
approach can be settled before any code moves. Execution is deferred; this
document is the discussion vehicle.
-Companion reference: [[file:native-comp-subr-mocking.org][native-comp-subr-mocking.org]] holds the full mechanism, the
+Companion reference: [[file:../native-comp-subr-mocking.org][native-comp-subr-mocking.org]] holds the full mechanism, the
upstream research, and the 2026-06-21 decision. This spec does not restate the
mechanism; it plans the remaining work that decision deferred.