[docs]: config example links to dev/../www
This commit is contained in:
parent
7fe4541e90
commit
627d0d5844
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue