rename docs.emsesp.org to emsesp.org

This commit is contained in:
proddy
2025-12-29 10:44:32 +01:00
parent 263af58dc0
commit e638a471d1
12 changed files with 17 additions and 19 deletions

View File

@@ -42,8 +42,7 @@ interface CustomSupport {
html: string | null;
}
// Constants moved outside component to prevent recreation
const DEFAULT_IMAGE_URL = 'https://docs.emsesp.org/_media/images/installer.jpeg';
const DEFAULT_IMAGE_URL = 'https://emsesp.org/_media/images/installer.jpeg';
const SUPPORT_BOX_STYLES: SxProps<Theme> = {
borderRadius: 3,
@@ -116,7 +115,7 @@ const HelpComponent = () => {
const helpLinks: HelpLink[] = useMemo(
() => [
{
href: 'https://docs.emsesp.org',
href: 'https://emsesp.org',
icon: <MenuBookIcon />,
label: () => LL.HELP_INFORMATION_1()
},

View File

@@ -91,12 +91,12 @@ function ErrorPage() {
<p style={errorPageStyles.message2}>
Please report on{' '}
<a
href="https://docs.emsesp.org/Support"
href="https://emsesp.org/Support"
target="_blank"
rel="noreferrer"
style={{ color: 'inherit', textDecoration: 'underline' }}
>
https://docs.emsesp.org/Support
https://emsesp.org/Support
</a>
</p>
</div>