0

Update link to external actions doc (#422)

* Update link to external actions doc

* Prettified Code!
This commit is contained in:
Aaron Ogle 2022-01-13 17:17:09 -06:00 committed by GitHub
parent a09d980abb
commit 0d23bdf1e1

View File

@ -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>