summaryrefslogtreecommitdiff
path: root/doc/system_hooks/system_hooks.md
diff options
context:
space:
mode:
authorMarcel Amirault <ravlen@gmail.com>2019-06-12 05:47:06 +0000
committerMarcel Amirault <ravlen@gmail.com>2019-06-12 05:47:06 +0000
commit014ab2eb06786f31521332ab1779c39318377240 (patch)
tree316b5771e9e78875754f8ddcfc85fc0e05d94cd6 /doc/system_hooks/system_hooks.md
parent1bf9f6b1f73115da894c2658d26961feb6b6c6cc (diff)
downloadgitlab-ce-014ab2eb06786f31521332ab1779c39318377240.tar.gz
Update note style in various docs
Diffstat (limited to 'doc/system_hooks/system_hooks.md')
-rw-r--r--doc/system_hooks/system_hooks.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/system_hooks/system_hooks.md b/doc/system_hooks/system_hooks.md
index f978b96a30e..a46f7d30892 100644
--- a/doc/system_hooks/system_hooks.md
+++ b/doc/system_hooks/system_hooks.md
@@ -31,7 +31,9 @@ The triggers for most of these are self-explanatory, but `project_update` and `p
System hooks can be used, e.g. for logging or changing information in a LDAP server.
-NOTE: **Note:** We follow the same structure and deprecations as [Webhooks](../user/project/integrations/webhooks.md) for Push and Tag events, but we never display commits.
+NOTE: **Note:**
+We follow the same structure and deprecations as [Webhooks](../user/project/integrations/webhooks.md)
+for Push and Tag events, but we never display commits.
## Hooks request example