Skip to content

Commit 8cd3326

Browse files
maintenance: update oldeditgraph DHGWorkflow link to archived repository location (fixes #346)
1 parent 0467ce5 commit 8cd3326

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

oldeditgraph

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

0 commit comments

Comments
 (0)