From 4867fb64480e48a6b34b34913ca42af2b6e9d455 Mon Sep 17 00:00:00 2001 From: Colin Leach Date: Mon, 15 Jun 2026 07:26:39 -0700 Subject: [PATCH] delete unwanted links from hints --- exercises/concept/trees-and-tibbleations/.docs/hints.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/exercises/concept/trees-and-tibbleations/.docs/hints.md b/exercises/concept/trees-and-tibbleations/.docs/hints.md index 0bcb4adf..b50f28ff 100644 --- a/exercises/concept/trees-and-tibbleations/.docs/hints.md +++ b/exercises/concept/trees-and-tibbleations/.docs/hints.md @@ -20,7 +20,3 @@ - You will need to take a subset of columns. - Only the trees between the minimum and maximum height *and* below the maximum weight should be in the copy. - -[ref-allof]: https://tidyselect.r-lib.org/reference/all_of.html -[ref-pick]: https://dplyr.tidyverse.org/reference/pick.html -[ref-datamask]: https://rlang.r-lib.org/reference/args_data_masking.html