Merge pull request #49 from Rotzbua/fix_http

fix: use https for openscad homepage
This commit is contained in:
Olivier Chafik 2024-07-17 13:22:11 +01:00 committed by GitHub
commit 946badb7ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ export default function HelpMenu() {
{
label: 'OpenSCAD Docs',
icon: 'pi pi-book',
url: 'http://openscad.org/documentation.html',
url: 'https://openscad.org/documentation.html',
target: '_blank'
},
{
@ -38,7 +38,7 @@ export default function HelpMenu() {
{
label: 'OpenSCAD Cheatsheet',
icon: 'pi pi-palette',
url: 'http://openscad.org/cheatsheet/',
url: 'https://openscad.org/cheatsheet/',
target: '_blank'
},
{