Skip to content

Commit

Permalink
Update uchardet URL in various places.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehan committed Dec 3, 2015
1 parent d1bc09e commit ba56d91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]...
Expand Down
2 changes: 1 addition & 1 deletion src/tools/uchardet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}

Expand Down

0 comments on commit ba56d91

Please sign in to comment.