Skip to content

Commit

Permalink
Replace link to regular expressions lesson
Browse files Browse the repository at this point in the history
The link to the regular expressions lesson is broken. Replaced with https://librarycarpentry.org/lc-data-intro/01-regular-expressions.html
  • Loading branch information
jsteyn authored Oct 17, 2023
1 parent 88dfc19 commit c20d201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/07-find.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ the fact that patterns can include wildcards. (The technical name for
these is **regular expressions**, which
is what the 're' in 'grep' stands for.) Regular expressions are both complex
and powerful; if you want to do complex searches, please look at the lesson
on [our website](https://v4.software-carpentry.org/regexp/index.html). As a taster, we can
on [our website](https://librarycarpentry.org/lc-data-intro/01-regular-expressions.html). As a taster, we can
find lines that have an 'o' in the second position like this:

```bash
Expand Down

0 comments on commit c20d201

Please sign in to comment.