Skip to content

Commit 0252d39

Browse files
committed
fixed regexper link
1 parent c330856 commit 0252d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/01-regular-expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ So, what is `^[Oo]rgani.e\b` going to match?
6969
> > Organike
7070
> > ~~~
7171
> > Or, any other string that starts a line, begins with a letter `o` in lower or capital case, proceeds with `rgani`, has any character in the 7th position, and ends with the letter `e`.
72-
> > [See solution visulaized on Regexper.com](https://regexper.com/#%5E%5BOo%5Drgani.e%5Cb)
72+
> > [See solution visulaized on Regexper.com](https://regexper.com/#%5E%5BOo%5Drgani.e)
7373
> {: .solution}
7474
{: .challenge}
7575

0 commit comments

Comments
 (0)