Skip to content

Commit 1319489

Browse files
authored
Fix broken URL (ServiceStack#73)
1 parent 881fbab commit 1319489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Docs/text-serializers/json-serializer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ServiceStack JsonSerializer
22

3-
Benchmarks for .NET's JSON Serializers are available at: [servicestack.net/benchmarks/](http://www.servicestack.net/benchmarks/)
3+
Benchmarks for .NET's JSON Serializers are available at: [docs.servicestack.net/real-world-performance](https://docs.servicestack.net/real-world-performance)
44

55
ServiceStack's JsonSerializer is optimized for serializing C# POCO types in and out of JSON as fast, compact and cleanly as possible. In most cases C# objects serializes as you would expect them to without added json extensions or serializer-specific artefacts.
66

0 commit comments

Comments
 (0)