From 1578103fbcbf600901123e46ca2b3f1e4ea61ddd Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Thu, 6 May 2021 15:42:29 +0200 Subject: [PATCH] - updated repo URL --- .../rosetta/plugins/repositoryTask/DnxMoveFileOriginalPath.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/slub/rosetta/plugins/repositoryTask/DnxMoveFileOriginalPath.java b/src/org/slub/rosetta/plugins/repositoryTask/DnxMoveFileOriginalPath.java index 111e0c2..b3a5ccb 100644 --- a/src/org/slub/rosetta/plugins/repositoryTask/DnxMoveFileOriginalPath.java +++ b/src/org/slub/rosetta/plugins/repositoryTask/DnxMoveFileOriginalPath.java @@ -120,7 +120,7 @@ public class DnxMoveFileOriginalPath implements RepositoryTaskPlugin { event.setEventOutcomeDetail1("IE-PID = '" + ieEditor.getIEPid() + "', " + countSuccess + " of " + countFiles + " fileOriginalPath entries replaced"); event.setEventDescription("fileOriginalPath needs to be updated to correct a mistake in the Submission Application where wrong fileOriginalPath metadata was read and inserted. The result of this mistake was that the fileOriginalPath now includes directories that are too high up in the directory hierarchy."); event.setLinkingAgentIdentifierType1("HUMAN"); - event.setLinkingAgentIdentifierValue1("plugin programmed by Andreas Romeyke (SLUB Dresden), code available at https://github.com/SLUB-digitalpreservation/fileoriginalpath_plugin4rosetta"); + event.setLinkingAgentIdentifierValue1("plugin programmed by Andreas Romeyke (SLUB Dresden), code available at https://git.slub-dresden.de/digital-preservation/fileoriginalpath_plugin4rosetta"); eventList.add( event ); ieDnxH.setEvents( eventList ); ieEditor.setDnxForIE( ieDnxH ); /* necessary to commit changes on IEpid */ -- GitLab