try to fix URL reference to deserializer.nim

This commit is contained in:
Eric 2024-05-17 13:57:10 +10:00
parent 3180a520be
commit d09e119ec2
No known key found for this signature in database

View File

@ -407,6 +407,6 @@ This will ensure that the `MyType.fromJson` overload is dispatchable.
The basic types that serde supports should already have their overloads forced
in scope in [the `deserializer`
module]("./serde/json/deserializer.nim#L340-L356").
module](./serde/json/deserializer.nim#L340-L356).
For an illustration of the problem, please see this [narrow example](https://github.com/gmega/serialization-bug/tree/main/narrow) by [@gmega](https://github.com/gmega).