Skip to content

Commit 8c685c3

Browse files
authored
Merge pull request #402 from GaneshPatil7517/fix/update-oldeditgraph-dhgworkflow-link
maintenance: update oldeditgraph DHGWorkflow link to archived repository URL (fixes #346)
2 parents 4f8b2d9 + 8cd3326 commit 8c685c3

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)