Merge pull request #49 from Rotzbua/fix_http
fix: use https for openscad homepage
This commit is contained in:
commit
946badb7ea
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue