Skip to content

Commit

Permalink
Merge pull request #1954 from potaito/patch-1
Browse files Browse the repository at this point in the history
fix_style.sh: Show correct docs link
  • Loading branch information
JonasVautherin authored Jan 10, 2023
2 parents 2a3032e + 5f6c67f commit 16fb597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fix_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ elif command -v clang-format >/dev/null; then
clang_format=clang-format
else
echo "clang-format not found"
echo "--> check: https://mavsdk.mavlink.io/main/en/contributing/code_style.html#formatting-and-white-space"
echo "--> check: https://mavsdk.mavlink.io/main/en/cpp/guide/code_style.html#formatting-and-white-space"
exit 1
fi

Expand Down

0 comments on commit 16fb597

Please sign in to comment.