From bc7178ae2e663b8302fe0baf03ec205eae1a3a5c Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 20 Dec 2015 09:37:39 -0500 Subject: [PATCH] Webapp: point to new github for import example --- gramps/webapp/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/webapp/init.py b/gramps/webapp/init.py index e7bdb0bdc..c416266fa 100644 --- a/gramps/webapp/init.py +++ b/gramps/webapp/init.py @@ -147,7 +147,7 @@ for table, entries in [("grampsdb.config", (("name", '"Gramps package (portable XML) Import"'), ('gramps_id', '"R0019"'), ("handle", '"im_gpkg"'), - ("options", '"iff=gramps\\ni=http://sourceforge.net/p/gramps/source/ci/master/tree/example/gramps/example.gramps?format=raw"'), + ("options", '"iff=gramps\\ni=https://raw.githubusercontent.com/gramps-project/gramps/master/example/gramps/example.gramps"'), ("report_type", '"import"')), ])]: entry_count = 0