Skip to content

Commit 9703fb4

Browse files
committed
fixed regexper link
1 parent ffaaf8f commit 9703fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _episodes/01-regular-expressions.md

+1-1
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)