Skip to content

Commit

Permalink
Fix: dead links (#1955)
Browse files Browse the repository at this point in the history
* Fix dead link on manage page

* Fix: dead link for edit mode toggle
  • Loading branch information
Meierschlumpf authored Mar 13, 2024
1 parent 4bafe6b commit 4fa5182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/layout/Templates/BoardLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
),
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Templates/ManageLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 4fa5182

Please sign in to comment.