diff --git a/gramps/webapp/empty.sql b/gramps/webapp/empty.sql index 5bd5ffd78..ba2c8990e 100644 --- a/gramps/webapp/empty.sql +++ b/gramps/webapp/empty.sql @@ -1325,7 +1325,7 @@ INSERT INTO "grampsdb_report" VALUES(17,'R0017','Gramps XML Export','ex_gpkg','e INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged i=http://arborvita.free.fr/Kennedy/Kennedy.ged'); INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps -i=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps'); +i=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps'); CREATE TABLE "grampsdb_result" ( "id" integer NOT NULL PRIMARY KEY, "name" text, diff --git a/gramps/webapp/example.sql b/gramps/webapp/example.sql index 12840fcfa..10033030d 100644 --- a/gramps/webapp/example.sql +++ b/gramps/webapp/example.sql @@ -3763,7 +3763,7 @@ INSERT INTO "grampsdb_report" VALUES(17,'R0017','Gramps XML Export','ex_gpkg','e INSERT INTO "grampsdb_report" VALUES(18,'R0018','Import','im_ged','import','iff=ged i=http://arborvita.free.fr/Kennedy/Kennedy.ged'); INSERT INTO "grampsdb_report" VALUES(19,'R0019','Gramps package (portable XML) Import','im_gpkg','import','iff=gramps -i=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps'); +i=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps'); CREATE TABLE "grampsdb_result" ( "id" integer NOT NULL PRIMARY KEY, "name" text, diff --git a/gramps/webapp/init.py b/gramps/webapp/init.py index 490cecb62..27d4f49e4 100644 --- a/gramps/webapp/init.py +++ b/gramps/webapp/init.py @@ -149,7 +149,7 @@ for table, entries in [("grampsdb.config", (("name", '"Gramps package (portable XML) Import"'), ('gramps_id', '"R0019"'), ("handle", '"im_gpkg"'), - ("options", '"iff=gramps\\ni=http://gramps.svn.sourceforge.net/viewvc/gramps/trunk/example/gramps/example.gramps"'), + ("options", '"iff=gramps\\ni=http://svn.code.sf.net/p/gramps/code/trunk/example/gramps/example.gramps"'), ("report_type", '"import"')), ])]: entry_count = 0