diff --git a/tools/rendr/rendr_utils.sh b/tools/rendr/rendr_utils.sh index fe37875ca4298381208034e5ebdab391801928dd..7a87ac4a3e330d3b0ad3a4eb042a8ddc11b26da1 100755 --- a/tools/rendr/rendr_utils.sh +++ b/tools/rendr/rendr_utils.sh @@ -1,7 +1,7 @@ ## test if present in PATH if [ -z "$(which rend.R 2>/dev/null)" ]; then - echo "rendr.R is not installed. See https://github.com/holgerbrandl/datautils/tree/master/R/rendr for details" >&2 + echo "rendr.R is not installed. See https://git.mpi-cbg.de/bioinfo/datautils/tree/master/tools/rendr for details" >&2 exit 1 fi