Skip to content

Commit bebdc81

Browse files
authored
Merge pull request #90 from Happypig375/patch-1
Point to updated docs page
2 parents f6939f1 + c1e1be4 commit bebdc81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/Customizing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ JsonSerializer.Serialize(WithArgs (123, "Hello, world!"), options)
481481
## `unionTagNamingPolicy`
482482

483483
This option sets the naming policy for union case names.
484-
See [the System.Text.Json documentation about naming policies](https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-how-to#customize-json-names-and-values).
484+
See [the System.Text.Json documentation about naming policies](https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-customize-properties).
485485

486486
```fsharp
487487
JsonFSharpConverter(unionTagNamingPolicy = JsonNamingPolicy.CamelCase)

0 commit comments

Comments
 (0)