diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-12 03:08:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-12 03:08:55 +0000 |
commit | 500626a5c953ad81cfc3ed74bf0148c075617e58 (patch) | |
tree | 554e385e0e548f15fc90388da8b73622b803d6f3 /doc/user/project/integrations/webhooks.md | |
parent | b133cb2468b412683dbc5f19492d98b2ffa47d09 (diff) | |
download | gitlab-ce-500626a5c953ad81cfc3ed74bf0148c075617e58.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/integrations/webhooks.md')
-rw-r--r-- | doc/user/project/integrations/webhooks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index 7cefd55d9aa..acc187d1e6b 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -1364,7 +1364,7 @@ server.start ``` Pick an unused port (e.g. 8000) and start the script: `ruby print_http_body.rb -8000`. Then add your server as a webhook receiver in GitLab as +8000`. Then add your server as a webhook receiver in GitLab as `http://my.host:8000/`. When you press 'Test' in GitLab, you should see something like this in the |