w3c/vc-data-model

Data URLs showed in the examples are incorrect

timothee-haudebourg opened this issue · 1 comments

The data URLs showed this spec are all using a semicolon ; to separate the media type from the data. According to RFC2397 Section 3, it should be a comma , instead.

Good catch @timothee-haudebourg, thank you!

Fixed in d320d85; closing.