Skip to content

Commit c6216fb

Browse files
farcallertonsky
authored andcommitted
Fix the link to datomic docs
1 parent 7ec595f commit c6216fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/queries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Return maps are only compatible with normal find and tuple-returning find:
3434

3535
The amount of keys must match the amount of find elements.
3636

37-
Datomic docs: https://docs.datomic.com/on-prem/query.html#return-maps
37+
Datomic docs: https://docs.datomic.com/query/query-data-reference.html#return-maps
3838

3939
# Query functions
4040

@@ -78,4 +78,4 @@ Given a tuple, the `untuple` function can be used to name each element of the tu
7878
7979
;; result
8080
#{[2]}
81-
```
81+
```

0 commit comments

Comments
 (0)