From 627d0d58440ee1ef7e0abb0593bb6ca6b891d3eb Mon Sep 17 00:00:00 2001 From: Anatoly Date: Wed, 6 Jan 2016 12:30:03 -0500 Subject: [PATCH] [docs]: config example links to dev/../www --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9210d1e..657c9ec 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,8 @@ this `config`, being top level, can be used in other namespaces, including the o (defstate conn :start (create-connection config)) ``` -[here](dev/clj/app/nyse.clj) -is an example of a Datomic connection that "depends" on a similar `config`. +[here](dev/clj/app/www.clj#L30) +is an example of a web server that "depends" on a similar `config`. ## Value of values