From 73000c2dbd217657823191b1f74c1e8d52838115 Mon Sep 17 00:00:00 2001 From: Dave Thaler Date: Thu, 23 May 2024 12:09:57 -0700 Subject: [PATCH] Fix reference to FilePath data type (#466) Fixes #465 Signed-off-by: Dave Thaler Co-authored-by: Dave Thaler --- specification/gedcom-4-gedzip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/gedcom-4-gedzip.md b/specification/gedcom-4-gedzip.md index 85f781d2..a08f770f 100644 --- a/specification/gedcom-4-gedzip.md +++ b/specification/gedcom-4-gedzip.md @@ -11,7 +11,7 @@ Each GEDZIP file contains the following entries: - An entry with name `gedcom.ged` containing a data stream. -- An entry for each *local file* `g7:datatype-FilePath` payload in `gedcom.ged`, with the same zip *file name* as the payload. +- An entry for each *local file* `g7:type-FilePath` payload in `gedcom.ged`, with the same zip *file name* as the payload. If there is a local file named `gedcom.ged`, it must be renamed to a new unused filename with the same extension prior to constructing the GEDZIP. All file names inside a GEDZIP are case-sensitive.