Browse Source

fix: webhook ref link (#8559)

pull/8566/head
Raju Udava 1 month ago committed by GitHub
parent
commit
404fa93610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      packages/nc-gui/components/webhook/Editor.vue

6
packages/nc-gui/components/webhook/Editor.vue

@ -821,7 +821,11 @@ onMounted(async () => {
</div>
<div class="my-3">
<a href="https://docs.nocodb.com/developer-resources/webhooks/" target="_blank" rel="noopener">
<a
href="https://docs.nocodb.com/automation/webhook/create-webhook/#webhook-with-custom-payload-"
target="_blank"
rel="noopener"
>
<!-- Document Reference -->
{{ $t('labels.docReference') }}
</a>

Loading…
Cancel
Save