diff options
| author | Sean McGivern <sean@gitlab.com> | 2018-07-17 10:37:37 +0100 | 
|---|---|---|
| committer | Sean McGivern <sean@gitlab.com> | 2018-07-17 10:37:37 +0100 | 
| commit | 35d2a058e574546fadb2ccf85132a777b20360c1 (patch) | |
| tree | 78324e54a2a8f4efbc969980ab168b3b74e9b077 | |
| parent | 25664f89acc1f25228e97a5169f0e7255124df2a (diff) | |
| download | gitlab-ce-35d2a058e574546fadb2ccf85132a777b20360c1.tar.gz | |
Clarify web hook image rewriting doc example
| -rw-r--r-- | doc/user/project/integrations/webhooks.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index 9bd4dbd7631..8e486318980 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -1139,14 +1139,14 @@ in webhooks. So if an image, merge request, comment, or wiki page has this in  its description:  ```markdown - +  ```  It will appear in the webhook body as the below (assuming that GitLab is  installed at gitlab.example.com):  ```markdown - +  ```  This will not rewrite URLs that already are pointing to HTTP, HTTPS, or | 
