From 731cb4cec2a25c0348224f2e78b030cae0d68dcb Mon Sep 17 00:00:00 2001 From: maneesha sane <829690+maneesha@users.noreply.github.com> Date: Wed, 14 Jun 2023 09:33:20 -0400 Subject: [PATCH] rm trailing slash that breaks link --- episodes/01-tidiness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/01-tidiness.md b/episodes/01-tidiness.md index 1dc73b7c..3dba341b 100644 --- a/episodes/01-tidiness.md +++ b/episodes/01-tidiness.md @@ -138,7 +138,7 @@ Organizing your data properly at this point of your experiment will help your an Fear not! If you have already started your project and it's not set up this way, there are still opportunities to make updates. One of the biggest challenges is tabular data that is not formatted so computers can use it, or has inconsistencies that make it hard to analyze. -More practice on how to structure data is outlined in our [Data Carpentry Ecology spreadsheet lesson](https://www.datacarpentry.org/spreadsheet-ecology-lesson/02-common-mistakes/) +More practice on how to structure data is outlined in our [Data Carpentry Ecology spreadsheet lesson](https://www.datacarpentry.org/spreadsheet-ecology-lesson/02-common-mistakes) Tools like [OpenRefine](https://www.datacarpentry.org/OpenRefine-ecology-lesson/) can help you clean your data.