From a75c69c3f4e33586634ac6e34c871178536fa465 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 23 Dec 2015 10:18:07 -0400 Subject: [PATCH] Broken Link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b9de0d..a90a2a1 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Besides scalar values, lifecycle functions can take anonymous functions, partial (defstate private-f :start pf) ``` -Check out [fun-with-values-test](test/mount/test/fun_with_values.cljc) for more details. +Check out [fun-with-values-test](test/core/mount/test/fun_with_values.cljc) for more details. ## The Importance of Being Reloadable