Skip to content

Commit 6a759bd

Browse files
Mike Thompsonclaude
andcommitted
Fix broken documentation link in cofx-as-fx warning
The error message URL was missing the FAQs/ path segment. Fixes #834 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ebc4b26 commit 6a759bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/re_frame/fx.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
". Ignoring."
6363
(when (= :event effect-key)
6464
(str "You may be trying to return a coeffect map from an event-fx handler. "
65-
"See https://day8.github.io/re-frame/use-cofx-as-fx/"))))))))))
65+
"See https://day8.github.io/re-frame/FAQs/use-cofx-as-fx/"))))))))))
6666

6767
;; -- Builtin Effect Handlers ------------------------------------------------
6868

0 commit comments

Comments
 (0)