Skip to content

Commit 9be7c32

Browse files
Use lab name 'regex1' consistently
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 63743f3 commit 9be7c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/labs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here are the labs available:
1515

1616
* [hello](hello.html) - simple "Hello, world!" demo
1717
* [input1](input1.html) - input validation (simple types)
18-
* [regex](regex1.html) - regular expressions (regexes)
18+
* [regex1](regex1.html) - regular expressions (regexes)
1919
* [input2](input2.html) - input validation (more complex situations)
2020
* [csp1](csp1.html) - Content Security Policy (CSP)
2121

@@ -46,7 +46,7 @@ mappings to existing labs or people who have agreed to work on one:
4646
* Input Validation: A Few Simple Data Types - [input1](input1.html)
4747
* Sidequest: Text, Unicode, and Locales
4848
* Validating Text
49-
* Introduction to Regular Expressions - [regex](regex1.html)
49+
* Introduction to Regular Expressions - [regex1](regex1.html)
5050
* Using Regular Expressions for Text Input Validation - [input2](input2.html)
5151
* Countering ReDoS Attacks on Regular Expressions - NEED
5252
* Input Validation: Beyond Numbers and Text

0 commit comments

Comments
 (0)