Skip to content

Commit

Permalink
Change tools --help URLs to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
kiilerix authored and x42 committed Oct 24, 2022
1 parent 40ee599 commit b374322
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions libs/auscan/au-scanner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ usage ()
This tool ...\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);
}
Expand Down
4 changes: 2 additions & 2 deletions libs/fst/vst2-scanner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ usage ()
This tool ...\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");

console_madness_end ();
::exit (EXIT_SUCCESS);
Expand Down
4 changes: 2 additions & 2 deletions libs/fst/vst3-scanner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ usage ()
This tool ...\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");

console_madness_end ();
::exit (EXIT_SUCCESS);
Expand Down
4 changes: 2 additions & 2 deletions luasession/luasession.cc
Original file line number Diff line number Diff line change
Expand Up @@ -555,8 +555,8 @@ usage ()
printf ("\n\
Ardour at your finger tips...\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");
console_madness_end ();
::exit (EXIT_SUCCESS);
}
Expand Down
4 changes: 2 additions & 2 deletions session_utils/copy-mixer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ If --snapshot is not given, the <dst> session file is overwritten.\n\
When --snapshot is set, a new snapshot in the <dst> session is created.\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);
}

Expand Down
4 changes: 2 additions & 2 deletions session_utils/export.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
4 changes: 2 additions & 2 deletions session_utils/new_empty_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Examples:\n\
" UTILNAME " -s 44100 /tmp/TestSession TestSession\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);
}

Expand Down
4 changes: 2 additions & 2 deletions session_utils/new_session.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Examples:\n\
" UTILNAME " -s 44100 -m 4 /tmp/NewSession\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);
}

Expand Down

0 comments on commit b374322

Please sign in to comment.