Skip to content

Commit

Permalink
Add link to bounces docs in settings UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Sep 27, 2021
1 parent 60badb2 commit cd639e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/settings/bounces.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
name="webhooks_enabled" :native-value="true"
data-cy="btn-enable-bounce-webhook" />
<p class="has-text-grey">
<a href="" target="_blank">{{ $t('globals.buttons.learnMore') }} &rarr;</a>
<a href="https://listmonk.app/docs/bounces" target="_blank">{{ $t('globals.buttons.learnMore') }} &rarr;</a>
</p>
</b-field>
<div class="box" v-if="data['bounce.webhooks_enabled']">
Expand Down

0 comments on commit cd639e8

Please sign in to comment.