diff --git a/web/components/config/edit-instance-details.tsx b/web/components/config/edit-instance-details.tsx index 4f8d75b49..dbade5a5d 100644 --- a/web/components/config/edit-instance-details.tsx +++ b/web/components/config/edit-instance-details.tsx @@ -113,7 +113,11 @@ export default function EditInstanceDetails() { Owncast Directory . This is an external service run by the Owncast project.{' '} - + Learn more . diff --git a/web/components/config/video-variant-form.tsx b/web/components/config/video-variant-form.tsx index 50c7e13f1..edf3af684 100644 --- a/web/components/config/video-variant-form.tsx +++ b/web/components/config/video-variant-form.tsx @@ -104,7 +104,11 @@ export default function VideoVariantForm({ return (

- + Learn more {' '} about how each of these settings can impact the performance of your server. diff --git a/web/pages/config-public-details.tsx b/web/pages/config-public-details.tsx index 5f0607702..0dba0ae97 100644 --- a/web/pages/config-public-details.tsx +++ b/web/pages/config-public-details.tsx @@ -14,7 +14,11 @@ export default function PublicFacingDetails() { General Settings

The following are displayed on your site to describe your stream and its content.{' '} - + Learn more.

diff --git a/web/pages/config-storage.tsx b/web/pages/config-storage.tsx index bb7216a2b..464e70cff 100644 --- a/web/pages/config-storage.tsx +++ b/web/pages/config-storage.tsx @@ -11,7 +11,11 @@ export default function ConfigStorageInfo() {

Owncast supports optionally using external storage providers to distribute your video. Learn more about this by visiting our{' '} - + Storage Documentation . diff --git a/web/pages/config-video.tsx b/web/pages/config-video.tsx index ab0cfb540..c7a4a52e4 100644 --- a/web/pages/config-video.tsx +++ b/web/pages/config-video.tsx @@ -12,7 +12,11 @@ export default function ConfigVideoSettings() { Video configuration

Before changing your video configuration{' '} - + visit the video documentation {' '} to learn how it impacts your stream performance. The general rule is to start conservatively diff --git a/web/pages/help.tsx b/web/pages/help.tsx index c89bd82ba..bc9349698 100644 --- a/web/pages/help.tsx +++ b/web/pages/help.tsx @@ -52,7 +52,11 @@ export default function Help() { title: 'I want to embed my stream into another site', content: (

- + Learn more
@@ -63,7 +67,11 @@ export default function Help() { title: 'I want to customize my website', content: (
- + Learn more
@@ -74,7 +82,11 @@ export default function Help() { title: 'I want to tweak my video output', content: (
- + Learn more
@@ -85,7 +97,11 @@ export default function Help() { title: 'I want to use an external storage provider', content: (
- + Learn more
@@ -117,7 +133,11 @@ export default function Help() { content: (
Most general questions are answered in our - + {' '} FAQ {' '} @@ -138,7 +158,11 @@ export default function Help() { content: (
You can build your own bots, overlays, tools and add-ons with our - +  developer APIs. 
diff --git a/web/pages/offline-notice.tsx b/web/pages/offline-notice.tsx index 69617b807..c0f0903a0 100644 --- a/web/pages/offline-notice.tsx +++ b/web/pages/offline-notice.tsx @@ -40,7 +40,11 @@ export default function Offline({ logs = [], config }) { title: 'Embed your video onto other sites', content: (
- + Learn how you can add your Owncast stream to other sites you control.