diff --git a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/handler/OpenWebsiteHandler.java b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/handler/OpenWebsiteHandler.java index 9122b15e222de30d845fada8f4a41b35e265b4c1..3fe92e414a9b7c52120e23922c05dad4e2e179a9 100644 --- a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/handler/OpenWebsiteHandler.java +++ b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/handler/OpenWebsiteHandler.java @@ -19,7 +19,7 @@ import de.prob.logging.Logger; public class OpenWebsiteHandler extends AbstractHandler { - private static final String URL = "http://www.stups.uni-duesseldorf.de/BMotionStudio/"; + private static final String URL = "https://www3.hhu.de/stups/prob/index.php/BMotion_Studio"; public Object execute(ExecutionEvent event) throws ExecutionException { try {