Skip to content

Commit b4697e6

Browse files
committed
readme fixes
1 parent 75c52dc commit b4697e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ year due to DST or governmental regulations.
134134

135135
Offset/Zone times only take the offset/zone as the last arguments for the
136136
maximum arity constructor. You can influence the zone/offset by using the
137-
`with-zone` or `with-offset` functions, like so:
137+
[`jt/with-zone`](https://dm3.github.io/clojure.java-time/java-time.html#var-with-zone)
138+
or [`jt/with-offset`](https://dm3.github.io/clojure.java-time/java-time.html#var-with-offset) functions, like so:
138139

139140
```clj
140141
(jt/with-zone (jt/zoned-date-time 2015 10) "UTC")

0 commit comments

Comments
 (0)