We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e73dee9 + b5688de commit c1cf7a4Copy full SHA for c1cf7a4
2 files changed
editgraph
@@ -2,13 +2,13 @@
2
which open
3
if [ $? == 0 ]
4
then
5
- open https://controlcore-project.github.io/DHGWorkflow/
+ open https://controlcore-project.github.io/concore-editor/
6
else
7
which xdg-open
8
9
10
- xdg-open https://controlcore-project.github.io/DHGWorkflow/
+ xdg-open https://controlcore-project.github.io/concore-editor/
11
12
- echo "unable to open browser for DHGWorkflow"
+ echo "unable to open browser for concore-editor"
13
fi
14
editgraph.bat
@@ -1,2 +1,2 @@
1
-start https://controlcore-project.github.io/DHGWorkflow/
+start https://controlcore-project.github.io/concore-editor/
0 commit comments