diff --git a/editgraph b/editgraph index 65934b3..1481807 100755 --- a/editgraph +++ b/editgraph @@ -2,13 +2,13 @@ which open if [ $? == 0 ] then - open https://controlcore-project.github.io/DHGWorkflow/ + open https://controlcore-project.github.io/concore-editor/ else which xdg-open if [ $? == 0 ] then - xdg-open https://controlcore-project.github.io/DHGWorkflow/ + xdg-open https://controlcore-project.github.io/concore-editor/ else - echo "unable to open browser for DHGWorkflow" + echo "unable to open browser for concore-editor" fi fi diff --git a/editgraph.bat b/editgraph.bat index b34be4d..8643ff7 100644 --- a/editgraph.bat +++ b/editgraph.bat @@ -1,2 +1,2 @@ -start https://controlcore-project.github.io/DHGWorkflow/ +start https://controlcore-project.github.io/concore-editor/