From 57c70a4a9b47c8222456eddfba23bb72784d9616 Mon Sep 17 00:00:00 2001 From: geoffroy-noel-ddh Date: Wed, 15 May 2024 11:56:23 +0100 Subject: [PATCH] fix(thornton): added missing resource location for book three glossary in the settings file.. --- tests/settings-at.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/settings-at.json b/tests/settings-at.json index 0e70b91..a09a915 100644 --- a/tests/settings-at.json +++ b/tests/settings-at.json @@ -12,6 +12,7 @@ "https://raw.githubusercontent.com/kingsdigitallab/alice-thornton/edition/entities/places.xml", "https://raw.githubusercontent.com/kingsdigitallab/alice-thornton/edition/entities/glossary.xml", "https://raw.githubusercontent.com/kingsdigitallab/alice-thornton/edition/entities/glossary_book_one.xml", - "https://raw.githubusercontent.com/kingsdigitallab/alice-thornton/edition/entities/glossary_book_two.xml" + "https://raw.githubusercontent.com/kingsdigitallab/alice-thornton/edition/entities/glossary_book_two.xml", + "https://raw.githubusercontent.com/kingsdigitallab/alice-thornton/edition/entities/glossary_book_three.xml" ] }