From 5f13ef5afc8ecb3de17b41e8b5381a26ea2c4f09 Mon Sep 17 00:00:00 2001 From: Rob Redpath Date: Thu, 17 Oct 2019 11:22:45 +0100 Subject: [PATCH] Use master branch of schema --- cove_360/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cove_360/settings.py b/cove_360/settings.py index 9b064fe31..2cac78e7e 100644 --- a/cove_360/settings.py +++ b/cove_360/settings.py @@ -65,7 +65,7 @@ 'app_strapline': 'Convert, Validate, Explore 360Giving Data', 'schema_name': '360-giving-package-schema.json', 'schema_item_name': '360-giving-schema.json', - 'schema_host': 'https://raw.githubusercontent.com/ThreeSixtyGiving/standard/package-metadata/schema/', + 'schema_host': 'https://raw.githubusercontent.com/ThreeSixtyGiving/standard/master/schema/', 'schema_version': None, 'schema_version_choices': None, 'root_list_path': 'grants',