Skip to content

Commit

Permalink
[FIX] User Guide link (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott authored Jan 8, 2025
1 parent 59b23e4 commit 166b2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class Menu extends Container {
}, {
text: localize('help.user-guide'),
icon: 'E232',
onSelect: () => window.open('https://github.com/playcanvas/supersplat/wiki/User-Guide', '_blank').focus()
onSelect: () => window.open('https://github.com/playcanvas/supersplat/wiki', '_blank').focus()
}, {
text: localize('help.log-issue'),
icon: 'E336',
Expand Down

0 comments on commit 166b2b3

Please sign in to comment.