Change tools --help URLs to use https

This commit is contained in:
Mads Kiilerich 2022-10-05 22:57:27 +02:00 committed by Robin Gareus
parent 40ee5996c0
commit b3743227be
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 16 additions and 16 deletions

View file

@ -234,8 +234,8 @@ If the no output-file is given, the session's export dir is used.\n\
Note: the tool expects a session-name without .ardour file-name extension.\n\
\n");
printf ("Report bugs to <http://tracker.ardour.org/>\n"
"Website: <http://ardour.org/>\n");
printf ("Report bugs to <https://tracker.ardour.org/>\n"
"Website: <https://ardour.org/>\n");
::exit (EXIT_SUCCESS);
}