diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d37230..2bbb476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,8 @@ project (${PACKAGE_NAME} CXX C) enable_testing() ######## Package information -set (PACKAGE_URL http://code.google.com/p/uchardet/) -set (PACKAGE_BUGREPORT http://code.google.com/p/uchardet/issues/entry) +set (PACKAGE_URL https://github.com/BYVoid/uchardet) +set (PACKAGE_BUGREPORT https://github.com/BYVoid/uchardet/issues) set (UCHARDET_VERSION_MAJOR 0) set (UCHARDET_VERSION_MINOR 0) set (UCHARDET_VERSION_REVISION 3) diff --git a/README.md b/README.md index b507e68..d3e0fb7 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ uchardet Command Line Tool Version 0.0.3 Authors: BYVoid, Jehan -Bug Report: http://code.google.com/p/uchardet/issues/entry +Bug Report: https://github.com/BYVoid/uchardet/issues Usage: uchardet [Options] [File]... diff --git a/src/tools/uchardet.cpp b/src/tools/uchardet.cpp index efede81..91912a0 100644 --- a/src/tools/uchardet.cpp +++ b/src/tools/uchardet.cpp @@ -81,7 +81,7 @@ void show_version() printf("Version %s\n", VERSION); printf("\n"); printf("Authors: %s\n", "BYVoid, Jehan"); - printf("Bug Report: %s\n", "http://code.google.com/p/uchardet/issues/entry"); + printf("Bug Report: %s\n", "https://github.com/BYVoid/uchardet/issues"); printf("\n"); }