Skip to content

Commit c1cf7a4

Browse files
authored
Merge pull request #7 from GREENRAT-K405/fix/broken-link
update the link to open concore-editor
2 parents e73dee9 + b5688de commit c1cf7a4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

editgraph

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
which open
33
if [ $? == 0 ]
44
then
5-
open https://controlcore-project.github.io/DHGWorkflow/
5+
open https://controlcore-project.github.io/concore-editor/
66
else
77
which xdg-open
88
if [ $? == 0 ]
99
then
10-
xdg-open https://controlcore-project.github.io/DHGWorkflow/
10+
xdg-open https://controlcore-project.github.io/concore-editor/
1111
else
12-
echo "unable to open browser for DHGWorkflow"
12+
echo "unable to open browser for concore-editor"
1313
fi
1414
fi

editgraph.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
start https://controlcore-project.github.io/DHGWorkflow/
1+
start https://controlcore-project.github.io/concore-editor/
22

0 commit comments

Comments
 (0)