summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-04-17 21:28:39 +0000
committerMike Lewis <mlewis@gitlab.com>2019-04-17 21:28:39 +0000
commitd6d823c900ea07c704350a8d27582e6747d17d2a (patch)
tree74c61a3d05f208e7f65a657ebacbc27d7c69c258
parente2b960ff93021bbbcd6e12b98f04099c196fcbf7 (diff)
downloadgitlab-ce-d6d823c900ea07c704350a8d27582e6747d17d2a.tar.gz
Reduce duplicate language by linking to a SSOT
-rw-r--r--doc/development/documentation/styleguide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md
index 753b233c90c..01ee5e0732c 100644
--- a/doc/development/documentation/styleguide.md
+++ b/doc/development/documentation/styleguide.md
@@ -176,7 +176,7 @@ changes, regardless, and can move content if there is a better place for it.
### Avoid duplication
-Do not include the same information in multiple places. Instead, choose one single-source-of-truth location and link from other relevant locations.
+Do not include the same information in multiple places. [Link to a SSOT instead.](#link-instead-of-summarize)
### References across documents