From f8cc41ce19c01a29ac501036a1eca9bc8ee2840b Mon Sep 17 00:00:00 2001
From: Ben Anderson <b.anderson@soton.ac.uk>
Date: Thu, 9 Jul 2020 16:36:35 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index af50e83..3c63fa8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A place to store hints, tips and examples for data cleaning. We use a lot of ver
  * [data.table](https://rdatatable.gitlab.io/data.table/) - very fast data loading and wrangling
  * [lubridate](https://lubridate.tidyverse.org/) - _the_ way to do dates and dateTimes in R
  * [hms](https://hms.tidyverse.org/) - deals with time (HH:MM:SS)
- * [ggplot2](https://ggplot2.tidyverse.org/) - plots, especially using [geom_tile()](https://ggplot2.tidyverse.org/reference/geom_tile.html) with date on the x axis, time of day on the y and 'fill' set to the sensor value that _should_ be there. This shows up non-random (and random) data holes like [these](https://git.soton.ac.uk/SERG/datacleaning/-/blob/master/rmd/cleaningFeederData_files/figure-latex/missingVis-1.pdf) very nicely.
+ * [ggplot2](https://ggplot2.tidyverse.org/) - plots, especially using [geom_tile()](https://ggplot2.tidyverse.org/reference/geom_tile.html) with date on the x axis, time of day on the y and 'fill' set to the sensor value that _should_ be there. This shows up non-random (and random) data holes like [these](https://git.soton.ac.uk/SERG/datacleaning/-/blob/master/docs/report_cleanFeeders_allData.pdf) very nicely.
 
 This repo is an R package. This means:
 
-- 
GitLab