Skip to content

Commit dc8afc8

Browse files
Identify where existing labs are expected to go (#456)
This commit makes the locations consistent with this proposal: ossf/secure-sw-dev-fundamentals#151 Signed-off-by: David A. Wheeler <[email protected]>
1 parent 87c0760 commit dc8afc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/labs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ The items marked "PLANNED-1" are those we intend to do first;
5252

5353
* Input Validation
5454
* Input Validation Basics
55-
* Input Validation Basics Introduction
55+
* Input Validation Basics Introduction - [hello](hello.html)
5656
* How Do You Validate Input?
5757
* Input Validation: Numbers and Text
5858
* Input Validation: A Few Simple Data Types - [input1](input1.html)
5959
* Sidequest: Text, Unicode, and Locales
6060
* Validating Text
61-
* Introduction to Regular Expressions - [regex1](regex1.html)
62-
* Using Regular Expressions for Text Input Validation - [input2](input2.html)
61+
* Introduction to Regular Expressions
62+
* Using Regular Expressions for Text Input Validation - [regex1](regex1.html), [input2](input2.html)
6363
* Countering ReDoS Attacks on Regular Expressions - PLANNED-2
6464
* Input Validation: Beyond Numbers and Text
6565
* Insecure Deserialization - PLANNED-2

0 commit comments

Comments
 (0)