Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1294 Add hint to correct link
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <me@elchris.org>
  • Loading branch information
elfenpiff committed Mar 17, 2022
1 parent cd6053b commit dbdfe14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/ci/markdownLinkVerificator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ checkLinksInFile()
if ! [ -f $LINK ] && ! [ -d $LINK ]
then
printLinkFailureSource

POSSIBLE_ALTERNATIVE=$(find $ICEORYX_ROOT_PATH -type f -iname $(basename $LINK))
echo -e "Is this the file you are looking for: ${COLOR_LIGHT_BLUE}$POSSIBLE_ALTERNATIVE${COLOR_RESET}"
echo
continue
fi

Expand Down

0 comments on commit dbdfe14

Please sign in to comment.