[docs]: config example links to dev/../www

This commit is contained in:
Anatoly 2016-01-06 12:30:03 -05:00
parent 7fe4541e90
commit 627d0d5844

View file

@ -159,8 +159,8 @@ this `config`, being top level, can be used in other namespaces, including the o
(defstate conn :start (create-connection config)) (defstate conn :start (create-connection config))
``` ```
[here](dev/clj/app/nyse.clj) [here](dev/clj/app/www.clj#L30)
is an example of a Datomic connection that "depends" on a similar `config`. is an example of a web server that "depends" on a similar `config`.
## Value of values ## Value of values