Skip to content

Commit

Permalink
fixed link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Sep 27, 2023
1 parent d55a9a2 commit 6f7f1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bash_requirements_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ is_executable() {
echo $(success "$1 is installed correctly")
return 0
else
echo $(warn "WARNING: '$1' is not installed. To install '$1' check bedboss documentation: https://bedboss.databio.org/")
echo $(warn "WARNING: '$1' is not installed. To install '$1' check bedboss documentation: https://docs.bedbase.org/")
return 1
fi
}
Expand Down

0 comments on commit 6f7f1bd

Please sign in to comment.