aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/ai-mcp.el2
-rw-r--r--modules/cj-cache-lib.el2
-rw-r--r--modules/coverage-core.el2
-rw-r--r--modules/external-open-lib.el2
-rw-r--r--modules/signal-config.el2
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/ai-mcp.el b/modules/ai-mcp.el
index 3b552d8dc..510805be4 100644
--- a/modules/ai-mcp.el
+++ b/modules/ai-mcp.el
@@ -12,7 +12,7 @@
;; google-docs-work, google-keep), with write-confirmation gating and a
;; doctor for diagnosing prerequisites.
;;
-;; Design doc: docs/design/mcp-el-gptel-integration.org
+;; Design doc: docs/specs/mcp-el-gptel-integration-spec-doing.org
;;
;; File organization (seven sections, populated by phases):
;; 1. Constants and defcustoms <- this phase
diff --git a/modules/cj-cache-lib.el b/modules/cj-cache-lib.el
index 9aad51a3d..dc38b4836 100644
--- a/modules/cj-cache-lib.el
+++ b/modules/cj-cache-lib.el
@@ -10,7 +10,7 @@
;;
;; Used by org-agenda-config and org-refile-config which previously
;; carried parallel hand-rolled implementations of this exact shape.
-;; See docs/design/cache-helper-design.org for the API contract,
+;; See docs/specs/cache-helper-design-spec-implemented.org for the API contract,
;; consumer migration shape, and rationale for the deliberate "nil
;; cached value reads as invalid" decision.
;;
diff --git a/modules/coverage-core.el b/modules/coverage-core.el
index 0a8b2464f..687a042fe 100644
--- a/modules/coverage-core.el
+++ b/modules/coverage-core.el
@@ -17,7 +17,7 @@
;; intersects the results, and displays a report buffer. Languages
;; plug in via the backend registry (see `cj/coverage-backends').
;;
-;; See docs/design/coverage.org for the design rationale.
+;; See docs/specs/coverage-spec-implemented.org for the design rationale.
;;; Code:
diff --git a/modules/external-open-lib.el b/modules/external-open-lib.el
index aa90eb67b..d6e70354f 100644
--- a/modules/external-open-lib.el
+++ b/modules/external-open-lib.el
@@ -12,7 +12,7 @@
;; instead of the feature module.
;;
;; Pulled out of `external-open.el' as part of utility-consolidation
-;; Phase 4. See `docs/design/utility-consolidation.org'.
+;; Phase 4. See `docs/specs/utility-consolidation-spec-doing.org'.
;;; Code:
diff --git a/modules/signal-config.el b/modules/signal-config.el
index 7e980b62e..86cb523ce 100644
--- a/modules/signal-config.el
+++ b/modules/signal-config.el
@@ -339,7 +339,7 @@ that on first use."
map)
"Signel \"Messages\" prefix keymap, bound under `C-; M'.
Leaves =l= unbound for now -- the future =cj/signel-link= command lands
-in a later pass. See =docs/design/signal-client.org= scope summary.")
+in a later pass. See =docs/specs/signal-client-spec-doing.org= scope summary.")
;; Register the messages prefix under C-; M via the documented helper.
;; keybindings.el owns cj/custom-keymap; the (require 'keybindings) above