From 46683ee4f6335013201ab921bed5c820c5ca03a7 Mon Sep 17 00:00:00 2001 From: Ben Anderson <b.anderson@soton.ac.uk> Date: Wed, 8 Jul 2020 10:08:02 +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 66a2b61..cb90993 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ How we do collaborative reproducible data analysis and reporting. Mostly (but no This repo does three things: - * it is a collection of R [how-to resources](howTo/resources.md) including some notes on: + * it is a collection of R [how-to resources](howTo/) including some notes on: * how to [use git branches](howTo/gitBranches.md) * how to use [drake](howTo/drake.md) to massively speed up and [manage your workflow](https://milesmcbain.xyz/the-drake-post/) * it is a [template](repoAsATemplate.md) repo that illustrates how we work and which you can copy; -- GitLab