mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Update URLs from the Help menu to use HTTPS
Because 2022.
This commit is contained in:
parent
fac5228e50
commit
ddda870cbd
1 changed files with 5 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ ARDOUR_UI::launch_chat ()
|
|||
|
||||
switch (dialog.run()) {
|
||||
case RESPONSE_OK:
|
||||
open_uri("http://ardour.org/chat");
|
||||
open_uri("https://ardour.org/chat");
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
@ -80,7 +80,7 @@ ARDOUR_UI::launch_reference ()
|
|||
void
|
||||
ARDOUR_UI::launch_tracker ()
|
||||
{
|
||||
PBD::open_uri ("http://tracker.ardour.org");
|
||||
PBD::open_uri ("https://tracker.ardour.org");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -102,13 +102,13 @@ ARDOUR_UI::launch_cheat_sheet ()
|
|||
void
|
||||
ARDOUR_UI::launch_website ()
|
||||
{
|
||||
PBD::open_uri ("http://ardour.org");
|
||||
PBD::open_uri ("https://ardour.org");
|
||||
}
|
||||
|
||||
void
|
||||
ARDOUR_UI::launch_website_dev ()
|
||||
{
|
||||
PBD::open_uri ("http://ardour.org/development.html");
|
||||
PBD::open_uri ("https://ardour.org/development.html");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -120,6 +120,6 @@ ARDOUR_UI::launch_forums ()
|
|||
void
|
||||
ARDOUR_UI::launch_howto_report ()
|
||||
{
|
||||
PBD::open_uri ("http://ardour.org/reporting_bugs");
|
||||
PBD::open_uri ("https://ardour.org/reporting_bugs");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue