From 10b6c433d414a4144af825951b8cdf8a9307633a Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 9 Nov 2013 19:44:09 +0000 Subject: [PATCH] Update url to example file --- 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 3e8ede441..3aab241a5 100644 --- a/gramps/webapp/init.py +++ b/gramps/webapp/init.py @@ -150,7 +150,7 @@ for table, entries in [("grampsdb.config", (("name", '"Gramps package (portable XML) Import"'), ('gramps_id', '"R0019"'), ("handle", '"im_gpkg"'), - ("options", '"iff=gramps\\ni=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps"'), + ("options", '"iff=gramps\\ni=http://sourceforge.net/p/gramps/source/ci/master/tree/example/gramps/example.gramps"'), ("report_type", '"import"')), ])]: entry_count = 0