Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/re_frame/fx.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
". Ignoring."
(when (= :event effect-key)
(str "You may be trying to return a coeffect map from an event-fx handler. "
"See https://day8.github.io/re-frame/use-cofx-as-fx/"))))))))))
"See https://day8.github.io/re-frame/FAQs/use-cofx-as-fx/"))))))))))

;; -- Builtin Effect Handlers ------------------------------------------------

Expand Down
Loading