From 0f3fa05ad5f6509a48face4375ce97199a794924 Mon Sep 17 00:00:00 2001 From: James Brumond Date: Wed, 23 Nov 2022 13:08:20 -0800 Subject: [PATCH] fix url --- json-schema/json-feed/extensions/events/readme.md | 2 +- json-schema/json-feed/extensions/rsvps/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"