Skip to content

Commit 826e033

Browse files
Merge pull request #892 from Muuhh-CTJ/jp-link-readme
Add links to Japanese labs on README.md
2 parents 5adaee8 + 2ef36b6 commit 826e033

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/labs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ how to do that and the labs we'd like created.
1616
Here are some of the labs available, which you can use as examples:
1717

1818
* [hello](hello.html) - simple "Hello, world!" demo. ([ja_hello](ja_hello.html), [fr_hello](fr_hello.html))
19-
* [input1](input1.html) - input validation (simple types)
20-
* [regex0](regex0.html) - regular expressions (regexes) - introduction
21-
* [regex1](regex1.html) - regular expressions (regexes)
22-
* [input2](input2.html) - input validation (more complex situations)
23-
* [csp1](csp1.html) - Content Security Policy (CSP)
24-
* [oob1](oob1.html) - Out-of-bounds (OOB)
25-
* [handling-errors](handling-errors.html) - Handling errors
19+
* [input1](input1.html) - input validation (simple types) ([ja_input1](ja_input1.html))
20+
* [regex0](regex0.html) - regular expressions (regexes) - introduction ([ja_regex0](ja_regex0.html))
21+
* [regex1](regex1.html) - regular expressions (regexes) ([ja_regex1](ja_regex1.html))
22+
* [input2](input2.html) - input validation (more complex situations) ([ja_input2](ja_input2.html))
23+
* [csp1](csp1.html) - Content Security Policy (CSP) ([ja_csp1](ja_csp1.html))
24+
* [oob1](oob1.html) - Out-of-bounds (OOB) ([ja_oob1](ja_oob1.html))
25+
* [handling-errors](handling-errors.html) - Handling errors ([ja_handling-errors](ja_handling-errors.html))
2626

2727
We also have a [template](template.html) available.
2828

0 commit comments

Comments
 (0)