[docs]: fixing a link to a server config example

This commit is contained in:
Anatoly 2016-02-22 22:13:25 -05:00 committed by anatoly
parent 977806626d
commit c2828cc3dc

View file

@ -159,7 +159,7 @@ 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/www.clj#L30) [here](dev/clj/app/www.clj#L32)
is an example of a web server 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