Skip to content

Commit b015ea5

Browse files
committed
fix(shell): Point About dialog License link to docs site
The License link in the About dialog pointed at the raw LICENSE.md on GitHub. Point it at the canonical legal reference on leapmux.dev so users land on the rendered docs page instead.
1 parent 536f962 commit b015ea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/shell/AboutDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const AboutDialog: Component<AboutDialogProps> = (props) => {
6464
</div>
6565
<div>
6666
<div class={labelRow}>License</div>
67-
<a href="https://github.com/leapmux/leapmux/blob/main/LICENSE.md" target="_blank" rel="noopener noreferrer">
67+
<a href="https://leapmux.dev/docs/reference/legal/" target="_blank" rel="noopener noreferrer">
6868
Functional Source License, Version 1.1, ALv2 Future License
6969
</a>
7070
</div>

0 commit comments

Comments
 (0)