diff options
author | Christophe Grenier <[email protected]> | 2017-12-02 18:45:34 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2017-12-02 18:45:34 +0100 |
commit | b3637b25c9657e574a8abe39e18b42b6b6d6a9e6 (patch) | |
tree | c8a96162d9fe98dd35c68defaee3c03ca871b01b /src/testdisk.c | |
parent | a90561d37466723905ea6725ff06b1de042bb2e7 (diff) |
Replace http://www.cgsecurity.org by https
Diffstat (limited to 'src/testdisk.c')
-rw-r--r-- | src/testdisk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdisk.c b/src/testdisk.c index 0c572e51..bcaffe37 100644 --- a/src/testdisk.c +++ b/src/testdisk.c @@ -244,7 +244,7 @@ int main( int argc, char **argv ) return -1; } #endif - printf("TestDisk %s, Data Recovery Utility, %s\nChristophe GRENIER <[email protected]>\nhttp://www.cgsecurity.org\n",VERSION,TESTDISKDATE); + printf("TestDisk %s, Data Recovery Utility, %s\nChristophe GRENIER <[email protected]>\nhttps://www.cgsecurity.org\n",VERSION,TESTDISKDATE); for(i=1;i<argc;i++) { if((strcmp(argv[i],"/dump")==0) || (strcmp(argv[i],"-dump")==0)) @@ -405,7 +405,7 @@ int main( int argc, char **argv ) log_info(" %s", argv[i]); log_info("\n\n"); } - log_info("TestDisk %s, Data Recovery Utility, %s\nChristophe GRENIER <[email protected]>\nhttp://www.cgsecurity.org\n", VERSION, TESTDISKDATE); + log_info("TestDisk %s, Data Recovery Utility, %s\nChristophe GRENIER <[email protected]>\nhttps://www.cgsecurity.org\n", VERSION, TESTDISKDATE); log_info("OS: %s\n" , get_os()); log_info("Compiler: %s\n", get_compiler()); #ifdef RECORD_COMPILATION_DATE |