From 043419d1aa48d6d58c9a57cc7de579f91ba41bc7 Mon Sep 17 00:00:00 2001 From: Andrew Lloyd Cartwright Date: Fri, 30 Dec 2022 00:46:16 -0600 Subject: [PATCH] Changed meta info to have the canonical URL reflecting the current sample filename Previous file was renamed resulting in a 404; change now reflects the live file's URL. --- sample.resume.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample.resume.json b/sample.resume.json index 66bc1ae4..87b83337 100644 --- a/sample.resume.json +++ b/sample.resume.json @@ -154,7 +154,7 @@ } ], "meta": { - "canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json", + "canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/sample.resume.json", "version": "v1.0.0", "lastModified": "2017-12-24T15:53:00" }