Browse Source

Update link to external actions doc (#422)

* Update link to external actions doc

* Prettified Code!
pull/1886/head
Aaron Ogle 4 years ago committed by GitHub
parent
commit
0d23bdf1e1
  1. 6
      web/pages/actions.tsx

6
web/pages/actions.tsx

@ -73,7 +73,11 @@ function NewActionModal(props: Props) { @@ -73,7 +73,11 @@ function NewActionModal(props: Props) {
Add the URL for the external action you want to present.{' '}
<strong>Only HTTPS urls are supported.</strong>
<p>
<a href="https://owncast.online/docs" target="_blank" rel="noopener noreferrer">
<a
href="https://owncast.online/thirdparty/actions/"
target="_blank"
rel="noopener noreferrer"
>
Read more about external actions.
</a>
</p>

Loading…
Cancel
Save