Admin UI: Fix broken links (#2660)
This commit is contained in:
@@ -117,7 +117,7 @@ export const Offline: FC<OfflineProps> = ({ logs = [], config }) => {
|
|||||||
content: (
|
content: (
|
||||||
<div>
|
<div>
|
||||||
List yourself in the Owncast Directory and show off your stream. Enable it in{' '}
|
List yourself in the Owncast Directory and show off your stream. Enable it in{' '}
|
||||||
<Link href="/config-public-details">settings.</Link>
|
<Link href="/admin/config/general/">settings.</Link>
|
||||||
</div>
|
</div>
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
@@ -129,7 +129,7 @@ export const Offline: FC<OfflineProps> = ({ logs = [], config }) => {
|
|||||||
title: 'Add your Owncast instance to the Fediverse',
|
title: 'Add your Owncast instance to the Fediverse',
|
||||||
content: (
|
content: (
|
||||||
<div>
|
<div>
|
||||||
<Link href="/config-federation">Enable Owncast social</Link> features to have your
|
<Link href="/admin/config-federation/">Enable Owncast social</Link> features to have your
|
||||||
instance join the Fediverse, allowing people to follow, share and engage with your live
|
instance join the Fediverse, allowing people to follow, share and engage with your live
|
||||||
stream.
|
stream.
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ export const ConfigNotify = () => {
|
|||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<Link passHref href="/config-federation">
|
<Link passHref href="/admin/config-federation/">
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
@@ -168,7 +168,7 @@ export default function Help() {
|
|||||||
<div>
|
<div>
|
||||||
Most general questions are answered in our
|
Most general questions are answered in our
|
||||||
<a
|
<a
|
||||||
href="https://owncast.online/docs/faq/?source=admin"
|
href="https://owncast.online/faq/?source=admin"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user