From e0d71d3ab1ad71ff7a11dcdabb18e2af68966450 Mon Sep 17 00:00:00 2001
From: Michael Leuschel <leuschel@uni-duesseldorf.de>
Date: Fri, 28 Aug 2020 09:12:29 +0200
Subject: [PATCH] adapt BMS website

---
 .../de/bmotionstudio/gef/editor/handler/OpenWebsiteHandler.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9122b15e..3fe92e41 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 {
-- 
GitLab