pchampin / sophia_rs

Sophia: a Rust toolkit for RDF and Linked Data
Other
210 stars 23 forks source link

Fix unresolved doc links in jsonld/src/serializer.rs #85

Closed lulu-berlin closed 3 years ago

lulu-berlin commented 3 years ago

The 3 links in the doc comment of sophia_jsonld::serializer::jsonTarget were emitting unresolved link warnings.

The broken links can be seen in: https://docs.rs/sophia_jsonld/0.6.2/sophia_jsonld/serializer/struct.JsonTarget.html

There was a typo (JsonLdSerialiser instead of JsonLdSerializer) and the links were specified with the wrong syntax: [...](...) instead of [...]: ...

This is related to #44 (broken links rather than missing docs).

pchampin commented 3 years ago

Well spotted. Thx