From b5a66e6645b4f2f3c372cce33c5971221c5f8a80 Mon Sep 17 00:00:00 2001 From: flynn Date: Fri, 18 Jan 2019 13:59:33 +0100 Subject: [PATCH] Fix link in readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f97128e..099f77c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ You can find these function available in the [userspace definitions][2] Because of the lack of typing in clojure and the forced typing of the jdbc driver we need to manually manage conversion of enum types to clojure keywords. - When adding an enum to the database, make sure to add it to the '+schema-enums+' set [src/clj/cat/db/core.clj] + When adding an enum to the database, make sure to add it to the '+schema-enums+' set see [db][3] @@ -89,3 +89,4 @@ we need to manually manage conversion of enum types to clojure keywords. [2]: env/dev/clj/user.clj +[3]: src/clj/cat/db/core.clj