From b5688de934b40aa7272ecea8cbfd83243e1237ed Mon Sep 17 00:00:00 2001 From: GREENRAT-K405 Date: Sun, 8 Feb 2026 02:03:55 +0530 Subject: [PATCH] update the link to open concore-editor --- editgraph | 6 +++--- editgraph.bat | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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/