Skip to content

Commit

Permalink
Update links (no more ochafik-specific branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Dec 25, 2024
1 parent c844684 commit cde9d90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HelpMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ export default function HelpMenu({className, style}: {className?: string, style?
{
label: "openscad-playground",
icon: 'pi pi-github',
url: 'https://github.com/ochafik/openscad-playground/tree/color-assimp2',
url: 'https://github.com/openscad/openscad-playground/',
target: '_blank'
},
{
label: 'LICENSES',
icon: 'pi pi-info-circle',
url: 'https://github.com/ochafik/openscad-playground/blob/color-assimp2/LICENSE.md',
url: 'https://github.com/openscad/openscad-playground/blob/main/LICENSE.md',
target: '_blank'
},
{
Expand Down

0 comments on commit cde9d90

Please sign in to comment.