Skip to content

Commit dead1e7

Browse files
authored
Fix broken link in type reference (#1463)
1 parent 13a4f77 commit dead1e7

File tree

1 file changed

+1
-1
lines changed
  • pages/understanding-json-schema/reference

1 file changed

+1
-1
lines changed

pages/understanding-json-schema/reference/type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ At its core, JSON Schema defines the following basic types:
1818
- [null](../../understanding-json-schema/reference/null)
1919
- [numeric types](../../understanding-json-schema/reference/numeric)
2020
- [object](../../understanding-json-schema/reference/object)
21-
- [regular expressions](../../understanding-json-schema/reference/regular_expressions.md)
21+
- [regular expressions](../../understanding-json-schema/reference/regular_expressions)
2222
- [string](../../understanding-json-schema/reference/string)
2323

2424

0 commit comments

Comments
 (0)