From c9fb2678dde460e649a70677e0a8fd2af4e1e9f1 Mon Sep 17 00:00:00 2001 From: Charles Uneze Date: Fri, 7 Jun 2024 16:31:48 +0100 Subject: [PATCH] Update style-guide.md --- content/en/docs/contribute/style/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index 07d48aebcf..f0486c0575 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -249,11 +249,11 @@ also known as PascalCase. Do not write API kinds with code formatting. Don't split an API object name into separate words. For example, use PodTemplateList, not Pod Template List. -For more information about PascalCase and code formatting, please review the related guidance on +For more information about PascalCase and code formatting, review the related guidance on [Use upper camel case for API objects](/docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects) and [Use code style for inline code, commands, and API objects](/docs/contribute/style/style-guide/#code-style-inline-code). -For more information about Kubernetes API terminologies, please review the related +For more information about Kubernetes API terminologies, review the related guidance on [Kubernetes API terminology](/docs/reference/using-api/api-concepts/#standard-api-terminology). ## Code snippet formatting