From 3537e6b07906ebc4410c323a7ef2e92be6a63085 Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Fri, 21 Jul 2023 13:08:18 -0700 Subject: [PATCH] Quick PR to fix broken link to internal code annotations docs (#39401) --- contributing/content-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/content-style-guide.md b/contributing/content-style-guide.md index 94c8b3be37..36c6b3e292 100644 --- a/contributing/content-style-guide.md +++ b/contributing/content-style-guide.md @@ -96,7 +96,7 @@ Avoid inline links in command names. ### Examples -When code examples refer to a larger file, show the relevant section of the file, so that users understand how to edit their own code in context. You can add code annotations to explain long code examples. See "[Code annotations](./code-annotations)" for more information. +When code examples refer to a larger file, show the relevant section of the file, so that users understand how to edit their own code in context. You can add code annotations to explain long code examples. See "[Code annotations](./content-markup-reference.md#code-sample-annotations)" for more information. - **Use:**