From d0d2b46adc6cdfe7f4d95cb7e290682093126bac Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Sun, 10 Jan 2021 14:07:12 -0800 Subject: [PATCH] Add a couple of inline links for convenience --- 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 1603764c1d10..d23c07892434 100644 --- a/contributing/content-style-guide.md +++ b/contributing/content-style-guide.md @@ -276,7 +276,7 @@ Take care to distinguish between product names and product elements. For more in Follow standard American English punctuation rules. For more guidance, see “[Punctuation](https://brand.github.com/content/grammar#punctuation)” in GitHub’s Brand Guide and “[Punctuation](https://docs.microsoft.com/style-guide/punctuation)” in the Microsoft Style Guide. ## Reusables and variables -Use reusable strings for individual nouns (e.g. product names) or for complete sentences or paragraphs. Sentence fragments and phrases should not be contained in reusable strings as they can cause problems when content is localized. For more information, see the data directory in the github/docs repository and the “Product names” section of this document. +Use reusable strings for individual nouns (e.g. product names) or for complete sentences or paragraphs. Sentence fragments and phrases should not be contained in reusable strings as they can cause problems when content is localized. For more information, see the [data directory](../data) in the github/docs repository and the “[Product names](#product-names)” section of this document. ## Tables