diff --git a/json-schema/json-feed/extensions/events/readme.md b/json-schema/json-feed/extensions/events/readme.md index 3f135a7..902aac3 100644 --- a/json-schema/json-feed/extensions/events/readme.md +++ b/json-schema/json-feed/extensions/events/readme.md @@ -24,7 +24,7 @@ This extension adds a new, optional `_event` field on each Item in a JSON Feed d "$schema": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/events/v1.json", // Points to this readme doc - "about": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/events/readme.md", + "about": "https://gitea.jbrumond.me/minimal/docs/src/branch/master/json-schema/json-feed/extensions/events/readme.md", // The start and end time for the event "start": "2022-11-20T18:00:00.000-08:00", diff --git a/json-schema/json-feed/extensions/rsvps/readme.md b/json-schema/json-feed/extensions/rsvps/readme.md index 9566ed2..d111e71 100644 --- a/json-schema/json-feed/extensions/rsvps/readme.md +++ b/json-schema/json-feed/extensions/rsvps/readme.md @@ -28,7 +28,7 @@ This extension adds a new, optional `_rsvp` field on each Item in a JSON Feed do "$schema": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/rsvps/v1.json", // Points to this readme doc - "about": "https://gitea.jbrumond.me/minimal/docs/raw/branch/master/json-schema/json-feed/extensions/rsvps/readme.md", + "about": "https://gitea.jbrumond.me/minimal/docs/src/branch/master/json-schema/json-feed/extensions/rsvps/readme.md", // The type of RSVP response, one of "invite", "yes", "no", "maybe", or "interested" "rsvp": "yes"