Make the web hook documentation link in the create dialog a bit smarter
This commit is contained in:
parent
a5d9a2aee1
commit
1ffbc77106
1 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,10 @@
|
||||||
JSON metadata representing the event will be <b>POST</b>ed to the URL.
|
JSON metadata representing the event will be <b>POST</b>ed to the URL.
|
||||||
<br><br>
|
<br><br>
|
||||||
The contents for each event can be found in the user guide:
|
The contents for each event can be found in the user guide:
|
||||||
<a href="http://docs.quay.io/guides/notifications.html" target="_blank">http://docs.quay.io/guides/notifications.html</a>
|
<a href="http://docs.quay.io/guides/notifications.html#webhook{{ currentEvent.id ? '_' + currentEvent.id : '' }}"
|
||||||
|
target="_blank">
|
||||||
|
http://docs.quay.io/guides/notifications.html
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Reference in a new issue