Skip to content

Commit 33f3c12

Browse files
authored
Fix link to code languages file in style guide (#38413)
1 parent 6d7b7ce commit 33f3c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/content-style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Style your CTAs using the following format.
5656
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.
5757

5858
Within code blocks:
59-
- 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).
59+
- 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).
6060
- Do not use markup before the command output.
6161
- Only use `$` before the command itself if you’re showing the command’s output in the same block.
6262
- If you show a command and the command's output, do not make the code block copyable.

0 commit comments

Comments
 (0)