From dedb7268d4e0873db77dbd8e65b8e1761e90259f Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Thu, 8 Feb 2024 15:53:19 +0000 Subject: [PATCH] updated linkedin url to https --- build.gradle | 2 +- build.sbt | 2 +- project/assembly.sbt | 2 +- tests/all.sh | 2 +- tests/help.sh | 2 +- tests/utils.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 7222b1d..47adf27 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ // // If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help improve or steer this or other code I publish // -// http://www.linkedin.com/in/harisekhon +// https://www.linkedin.com/in/HariSekhon // plugins { diff --git a/build.sbt b/build.sbt index 2ec78c7..adf738e 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ // // If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help improve or steer this or other code I publish // -// http://www.linkedin.com/in/harisekhon +// https://www.linkedin.com/in/HariSekhon // name := "check_kafka" diff --git a/project/assembly.sbt b/project/assembly.sbt index d615f21..dc3a728 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -10,7 +10,7 @@ // // If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help improve or steer this or other code I publish // -// http://www.linkedin.com/in/harisekhon +// https://www.linkedin.com/in/HariSekhon // // SBT 1.3.3 diff --git a/tests/all.sh b/tests/all.sh index 487320b..03543dc 100755 --- a/tests/all.sh +++ b/tests/all.sh @@ -10,7 +10,7 @@ # # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help improve or steer this or other code I publish # -# http://www.linkedin.com/in/harisekhon +# https://www.linkedin.com/in/HariSekhon # set -euo pipefail diff --git a/tests/help.sh b/tests/help.sh index 623bb50..3f6499b 100755 --- a/tests/help.sh +++ b/tests/help.sh @@ -10,7 +10,7 @@ # # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help improve or steer this or other code I publish # -# http://www.linkedin.com/in/harisekhon +# https://www.linkedin.com/in/HariSekhon # set -euo pipefail diff --git a/tests/utils.sh b/tests/utils.sh index ec68f12..0f0e307 100755 --- a/tests/utils.sh +++ b/tests/utils.sh @@ -10,7 +10,7 @@ # # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback to help improve or steer this or other code I publish # -# http://www.linkedin.com/in/harisekhon +# https://www.linkedin.com/in/HariSekhon # set -eu