Fix: dead links (#1955)

* Fix dead link on manage page

* Fix: dead link for edit mode toggle
This commit is contained in:
Meier Lukas
2024-03-13 17:45:41 +01:00
committed by GitHub
parent 4bafe6bfe7
commit 4fa51821ef
2 changed files with 2 additions and 2 deletions

View File

@@ -182,7 +182,7 @@ const ToggleEditModeButton = () => {
<Text
component="a"
style={{ color: 'inherit', textDecoration: 'underline' }}
href="https://homarr.dev/docs/customizations/board-customization#screen-sizes"
href="https://homarr.dev/docs/advanced/customizations/board-customization#screen-sizes"
target="_blank"
/>
),

View File

@@ -112,7 +112,7 @@ export const ManageLayout = ({ children }: ManageLayoutProps) => {
items: {
documentation: {
icon: IconBook2,
href: 'https://homarr.dev/docs/about',
href: 'https://homarr.dev/about-us',
target: '_blank',
},
report: {