Skip to content

Commit c914afe

Browse files
Add a link to ja_hello from README
Signed-off-by: David A. Wheeler <[email protected]>
1 parent 77bee85 commit c914afe

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
@@ -6,7 +6,7 @@ They're designed to support our free course
66
[Developing Secure Software (LFD121)](https://training.linuxfoundation.org/training/developing-secure-software-lfd121/).
77

88
You can download the labs in these sections, e.g., to run locally
9-
without Internet access.
9+
without Internet access. Labs with a locale prefix are for that locale (e.g., [ja_hello](ja_hello.html) is the Japanese translation of [hello](hello.html)).
1010

1111
We *want* people to create more labs! Here's more information about
1212
how to do that and the labs we'd like created.
@@ -15,7 +15,7 @@ how to do that and the labs we'd like created.
1515

1616
Here are some of the labs available, which you can use as examples:
1717

18-
* [hello](hello.html) - simple "Hello, world!" demo
18+
* [hello](hello.html) - simple "Hello, world!" demo. [ja_hello](ja_hello.html)
1919
* [input1](input1.html) - input validation (simple types)
2020
* [regex0](regex0.html) - regular expressions (regexes) - introduction
2121
* [regex1](regex1.html) - regular expressions (regexes)
@@ -77,7 +77,7 @@ work on.
7777

7878
* Input Validation
7979
* Input Validation Basics
80-
* [Input Validation Basics Introduction](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#input-validation-basics-introduction) - DONE-0 [hello](hello.html)
80+
* [Input Validation Basics Introduction](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#input-validation-basics-introduction) - DONE-0 [hello](hello.html) [ja_hello](ja_hello.html)
8181
* [How Do You Validate Input?](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#how-do-you-validate-input), [Input Validation: Numbers and Text](https://github.com/ossf/secure-sw-dev-fundamentals/blob/main/secure_software_development_fundamentals.md#input-validation-numbers-and-text)
8282
* Input Validation: Numbers and Text
8383
* Input Validation: A Few Simple Data Types - DONE-0 [input1](input1.html)

0 commit comments

Comments
 (0)