resume-schema icon indicating copy to clipboard operation
resume-schema copied to clipboard

`meta.canonical` in `sample.resume.json` is 404

Open etu opened this issue 8 months ago • 1 comments

In the 1.0.0 release of the file sample.resume.json the value meta.canonical points to a path that is now 404.

See this file: https://github.com/jsonresume/resume-schema/blob/7095651fbbb593d2c5dc2db3095412b170d74d2e/sample.resume.json It points to: https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json

This should probably point to: https://raw.githubusercontent.com/jsonresume/resume-schema/master/schema.json

On master it points to: https://raw.githubusercontent.com/jsonresume/resume-schema/master/sample.resume.json which probably is wrong as well.

This came up to me in the issue here https://github.com/TaserudConsulting/jsonresume-nix/pull/3 because I got bad URL's from resumed which is an issue that I've reported here: https://github.com/rbardini/resumed/issues/8

However, this library would need a new release that addresses this so resumed can update and actually provide the correct path in it's sample.

etu avatar Oct 19 '23 16:10 etu