Commit 03d96590 authored by Robert Speicher's avatar Robert Speicher

Fix formatting for Webhooks doc opening notes

[ci skip]
parent d95c0f5f
# Webhooks # Webhooks
_**Note:** > **Note:** As of GitLab 8.5:
Starting from GitLab 8.5:_ >
> - the `repository` key is deprecated in favor of the `project` key
- _the `repository` key is deprecated in favor of the `project` key_ > - the `project.ssh_url` key is deprecated in favor of the `project.git_ssh_url` key
- _the `project.ssh_url` key is deprecated in favor of the `project.git_ssh_url` key_ > - the `project.http_url` key is deprecated in favor of the `project.git_http_url` key
- _the `project.http_url` key is deprecated in favor of the `project.git_http_url` key_
Project webhooks allow you to trigger an URL if new code is pushed or a new issue is created. Project webhooks allow you to trigger an URL if new code is pushed or a new issue is created.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment