Skip to content

Commit 90c3722

Browse files
committed
updated regex links in ch6
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent ad7de4b commit 90c3722

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/50-representationinterpretation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Lexical analysis
6666
````````````````
6767

6868
- regular expressions, NFA, DFA (Mogensen ch. 2)
69-
- `regular expressions <http://algs4.cs.princeton.edu/lectures/54RegularExpressions.pdf>`_
70-
- `regular expressions in Java <http://java.ociweb.com/javasig/knowledgebase/2005-05/JavaRegex.pdf>`_
69+
- `regular expressions <https://learning.oreilly.com/library/view/an-introduction-to/9781492082569>`_
70+
- `regular expressions in Java <https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/util/regex/Pattern.html>`_
7171

7272
Syntax analysis
7373
```````````````

0 commit comments

Comments
 (0)