diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-15 15:01:31 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-03-15 15:01:31 +0000 |
commit | e6dc1157779af533eeb22539a3bca14d48cd4843 (patch) | |
tree | c656da269f0d898f2f295b53be7823c5914bb8e9 | |
parent | ab4b1d2abdfa3db203e711b10cdfa1bab93771a9 (diff) | |
parent | 34ba3923dea89f85d6e22f1293d4af1b8269ee31 (diff) | |
download | gitlab-ce-e6dc1157779af533eeb22539a3bca14d48cd4843.tar.gz |
Merge branch 'docs-fix-syntax' into 'master'
Docs: Fix note syntax
See merge request gitlab-org/gitlab-ce!26163
-rw-r--r-- | doc/user/project/badges.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/badges.md b/doc/user/project/badges.md index 025f3af0af5..8849dd2d684 100644 --- a/doc/user/project/badges.md +++ b/doc/user/project/badges.md @@ -63,7 +63,7 @@ are available: - `%{commit_sha}`: ID of the most recent commit to the default branch of a project's repository -NOTE: **NOTE** +NOTE: **Note:** Placeholders allow badges to expose otherwise-private information, such as the default branch or commit SHA when the project is configured to have a private repository. This is by design, as badges are intended to be used publicly. Avoid |