-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken link to Library Hat blog post in 01-regular-expressions.md #210
Comments
@bennkael Thanks for catching that! @kevintfrench was able to make a temporary fix in #211. I'd like to leave this issue open for anyone to seek out and suggest alternatives, especially if they are more recent and/or have more accessibility features. |
I'm not sure if this is the best place to flag it, but it seems that the updated link from #211 (https://acrl.ala.org/techconnect/post/fear-no-longer-regular-expressions/) is also broken: Alternatively, the original post (archived, but https) is available at: https://www.bohyunkim.net/blog/archives/2595 An alternative to another static blog post could be the library of community regular expressions at https://regex101.com/library as it is perhaps less at risk of link decay, and the instructors/learners could browse to showcase examples relevant to their own work/situation? It could make sense as the lesson makes heavy use of regex101.com later on for the exercises. |
episodes\01-regular-expressions.md - Elevated "Learning common regex metacharacters" to improve the layout of the episode - Numbered challenges / exercises (LibraryCarpentry#198) - Removed decayed link, replaced with regex100.com library of commmunity-submitted regex (LibraryCarpentry#210) episodes\01-regular-expressions.md - Numbered exercises (LibraryCarpentry#198) - Clarified that learner should type add a space after community for first challenge in exercise 2.1 (LibraryCarpentry#220 (comment)) - Added exercise 2.4 on use of regex in R (self-organisied workshop, this lessson is taught after https://datacarpentry.org/r-socialsci/)
A link to a Library Hat blog post in the 01-regular-expressions.md page is broken, leading to a "Site not found" error.
It's on line 264 of the code:
lc-data-intro/episodes/01-regular-expressions.md
Line 264 in 06fa19e
And can also be seen a couple of lines above this link: https://librarycarpentry.org/lc-data-intro/01-regular-expressions.html#exercise on the lesson page.
It should either be removed or possibly another resource that includes real-world use cases for regex should replace it.
The text was updated successfully, but these errors were encountered: