mkdocs: fix link to unit-udt.cpp

This commit is contained in:
Florian Albrechtskirchinger 2022-07-25 21:35:55 +02:00
parent a38558299b
commit 1e06e79739
No known key found for this signature in database
GPG Key ID: 19618CE9B2D4BE6D

View File

@ -219,7 +219,7 @@ namespace nlohmann {
## Can I write my own serializer? (Advanced use)
Yes. You might want to take a look at [`unit-udt.cpp`](https://github.com/nlohmann/json/blob/develop/test/src/unit-udt.cpp) in the test suite, to see a few examples.
Yes. You might want to take a look at [`unit-udt.cpp`](https://github.com/nlohmann/json/blob/develop/tests/src/unit-udt.cpp) in the test suite, to see a few examples.
If you write your own serializer, you'll need to do a few things: