From 5f6c67f735f4ebf8b8b029734dfc45926e309baf Mon Sep 17 00:00:00 2001 From: alessandro <3762382+potaito@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:31:59 +0100 Subject: [PATCH] fix_style.sh: Show correct docs link --- tools/fix_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/fix_style.sh b/tools/fix_style.sh index 60a8652947..55437e937f 100755 --- a/tools/fix_style.sh +++ b/tools/fix_style.sh @@ -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