From 7503b743f61aea6a7a379be5673ef9c408d01fb1 Mon Sep 17 00:00:00 2001 From: Phil Reed Date: Tue, 28 Nov 2023 11:44:24 +0000 Subject: [PATCH] replace broken link to Regular Expressions episode In the Filters section, link to the Regular Expressions episode 1 of Working with Data is broken. --- episodes/04-faceting-and-filtering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/04-faceting-and-filtering.md b/episodes/04-faceting-and-filtering.md index 4c2d7f0a..f4c925fa 100644 --- a/episodes/04-faceting-and-filtering.md +++ b/episodes/04-faceting-and-filtering.md @@ -81,7 +81,7 @@ As well as using Facets to filter the data displayed in OpenRefine you can also As with Facets, the Filter options appear in the left hand panel in OpenRefine. As you type the text you want to use in the Filter in the Filter's text box, OpenRefine works to display only rows that contain that text in the relevant column. -You can also use [regular expressions](https://librarycarpentry.github.io/lc-data-intro/01-regular-expressions/) in the filter. +You can also use [regular expressions](https://librarycarpentry.org/lc-data-intro/01-regular-expressions.html) in the filter. ## Working with filtered data