fix project home page URL
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 hachoir-subfile is a tool based on hachoir-parser to find subfiles in any binary stream.
 
-Website: http://hachoir.org/wiki/hachoir-subfile
+Website: http://bitbucket.org/haypo/hachoir/wiki/hachoir-subfile
 
 Changelog
 =========
--- a/hachoir_subfile/version.py
+++ b/hachoir_subfile/version.py
@@ -1,6 +1,6 @@
 VERSION = "0.5.3"
 PACKAGE = "hachoir-subfile"
-WEBSITE = "http://hachoir.org/wiki/hachoir-subfile"
+WEBSITE = "http://bitbucket.org/haypo/hachoir/wiki/hachoir-subfile"
 LICENSE = 'GNU GPL v2'
 
 
