From 43a1ec742a6146fa20506e98439fdf904f422e57 Mon Sep 17 00:00:00 2001 From: Chris O'Donnell Date: Sat, 30 Jul 2016 10:50:10 -0400 Subject: [PATCH] Fix new links. --- List-of-Macros.md | 2 +- List-of-Navigators.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/List-of-Macros.md b/List-of-Macros.md index c81a3e2..812324c 100644 --- a/List-of-Macros.md +++ b/List-of-Macros.md @@ -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 diff --git a/List-of-Navigators.md b/List-of-Navigators.md index 8f72655..df84ebb 100644 --- a/List-of-Navigators.md +++ b/List-of-Navigators.md @@ -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