diff --git a/contributing/content-style-guide.md b/contributing/content-style-guide.md index 5dd3da8a3c..0ab9c9c8b7 100644 --- a/contributing/content-style-guide.md +++ b/contributing/content-style-guide.md @@ -56,7 +56,7 @@ Style your CTAs using the following format. Keep lines in code samples to about 60 characters, to avoid requiring readers to scroll horizontally in the code block. Locate explanatory text before the code block, rather than using comments inside the code block. See "[Code sample syntax highlighting](./content-markup-reference.md#code-sample-syntax-highlighting)" for more information on the syntax and formatting of code blocks. Within code blocks: -- Specify the language of the sample after the first code fence. For a list of all supported languages, see [Code languages](/Users/ethanpalm/docs-internal/contributing/content-markup-reference.md). +- Specify the language of the sample after the first code fence. For a list of all supported languages, see [Code languages](../data/variables/code-languages.yml). - Do not use markup before the command output. - Only use `$` before the command itself if you’re showing the command’s output in the same block. - If you show a command and the command's output, do not make the code block copyable.