From 6fdf0826c0124a500668042a19a82a555a4b58f6 Mon Sep 17 00:00:00 2001 From: Baiju Muthukadan Date: Thu, 4 May 2023 21:55:25 +0530 Subject: [PATCH] Update Shell Style Guide link and text Signed-off-by: Baiju Muthukadan --- contributors/guide/coding-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md index cffe6d717..824e2eca4 100644 --- a/contributors/guide/coding-conventions.md +++ b/contributors/guide/coding-conventions.md @@ -10,7 +10,7 @@ description: | ## Code conventions - Bash - - https://google.github.io/styleguide/shell.xml + - [Shell Style Guide](https://google.github.io/styleguide/shellguide.html) - Ensure that build, release, test, and cluster-management scripts run on macOS - Go