Skip to content

Commit

Permalink
Update web site links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Mar 14, 2017
1 parent e8b92af commit 311b842
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ MLT FRAMEWORK README
See the docs directory for usage details.

See the website for development details:
http://www.mltframework.org/twiki/bin/view/MLT/Documentation
http://www.mltframework.org/twiki/bin/view/MLT/Contributing
http://www.mltframework.org/twiki/bin/view/MLT/ToDo
https://www.mltframework.org/docs/
https://www.mltframework.org/docs/contributing/


Configuration
Expand Down
4 changes: 2 additions & 2 deletions src/framework/mlt.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* \file mlt.h
* \brief header file for lazy client and implementation code :-)
*
* Copyright (C) 2003-2014 Meltytech, LLC
* Copyright (C) 2003-2017 Meltytech, LLC
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
Expand All @@ -28,7 +28,7 @@
* or <a href="files.html"><b>Files</b></a>.
* \par
* Additional documentation about MLT, in general, can be found on the
* <a href="http://www.mltframework.org/bin/view/MLT/Documentation">MLT website</a>.
* <a href="https://www.mltframework.org/docs/">MLT website</a>.
*/

#ifdef __cplusplus
Expand Down
8 changes: 4 additions & 4 deletions src/melt/melt.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* melt.c -- MLT command line utility
* Copyright (C) 2002-2016 Meltytech, LLC
* Copyright (C) 2002-2017 Meltytech, LLC
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -500,7 +500,7 @@ static void show_usage( char *program_name )
" -timings Set the logging level to timings\n"
" -version Show the version and copyright\n"
" -video-track | -hide-audio Add a video-only track\n"
"For more help: <http://www.mltframework.org/>\n",
"For more help: <https://www.mltframework.org/>\n",
basename( program_name ) );
}

Expand Down Expand Up @@ -816,8 +816,8 @@ int main( int argc, char **argv )
else if ( !strcmp( argv[ i ], "-version" ) || !strcmp( argv[ i ], "--version" ) )
{
fprintf( stdout, "%s " VERSION "\n"
"Copyright (C) 2002-2016 Meltytech, LLC\n"
"<http://www.mltframework.org/>\n"
"Copyright (C) 2002-2017 Meltytech, LLC\n"
"<https://www.mltframework.org/>\n"
"This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n",
basename( argv[0] ) );
Expand Down

0 comments on commit 311b842

Please sign in to comment.