Fix new links.
This commit is contained in:
parent
300f57e78a
commit
43a1ec742a
2 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ it's not possible to factor/cache the path.
|
|||
{:a {:b {:c :done, :d 1, :e 4.5}}}
|
||||
```
|
||||
|
||||
See also [terminal](#List-of-Navigators#terminal) and [terminal-val](#List-of-Navigators#terminal-val).
|
||||
See also [terminal](List-of-Navigators#terminal) and [terminal-val](List-of-Navigators#terminal-val).
|
||||
|
||||
## replace-in
|
||||
|
||||
|
|
|
|||
|
|
@ -765,7 +765,7 @@ will have the parameterized transform function run. The transform function works
|
|||
just like it does in `transform`, with collected values given as the first
|
||||
arguments.
|
||||
|
||||
See also [terminal-val](#terminal-val) and [multi-transform](#List-of-Macros#multi-transform).
|
||||
See also [terminal-val](#terminal-val) and [multi-transform](List-of-Macros#multi-transform).
|
||||
|
||||
```clojure
|
||||
=> (multi-transform [(putval 3) (terminal +)] 1)
|
||||
|
|
@ -790,7 +790,7 @@ the collected values or the value at the location.
|
|||
2
|
||||
```
|
||||
|
||||
See also [terminal](#terminal) and [multi-transform](#List-of-Macros#multi-transform).
|
||||
See also [terminal](#terminal) and [multi-transform](List-of-Macros#multi-transform).
|
||||
|
||||
## transformed
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue