Skip to content

Commit 8151372

Browse files
authored
Fix links to validator examples (#94)
Tiny fix from #93 adds back the links in the examples.
1 parent 4655215 commit 8151372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ This directory has examples for protovalidate.
88

99
To get started, checkout the following examples:
1010

11-
- [`option_number.proto`](option_number.proto)
12-
- [`option_string.proto`](option_string.proto)
11+
- [`option_number_range.proto`](option_number_range.proto)
12+
- [`option_string_match_pattern.proto`](option_string_match_pattern.proto)
1313
- [`option_repeated.proto`](option_repeated.proto)
1414

1515
The complete set of options can be found [here](../proto/protovalidate/buf/validate/validate.proto).

0 commit comments

Comments
 (0)