Change the home page URL back to the original one.
diff --git a/README b/README
index e2ff801..26526a3 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@
 
     For the latest source code, see the project home page:
 
-        https://xz.tukaani.org/xz-for-java/
+        https://tukaani.org/xz/java.html
 
     The source code is compatible with Java 8 and later (except
     module-info.java which is Java 9 or later). However, the default
diff --git a/build.properties b/build.properties
index 57dcabe..01c980f 100644
--- a/build.properties
+++ b/build.properties
@@ -3,8 +3,8 @@
 # SPDX-FileContributor: Lasse Collin <lasse.collin@tukaani.org>
 
 title = XZ data compression
-homepage = https://xz.tukaani.org/xz-for-java/
-doc_url  = https://xz.tukaani.org/xz-for-java/javadoc/
+homepage = https://tukaani.org/xz/java.html
+doc_url  = https://tukaani.org/xz/xz-javadoc/
 version = 1.9
 debug = false
 
diff --git a/src/org/tukaani/xz/package-info.java b/src/org/tukaani/xz/package-info.java
index fd1b5d9..5ce6aa0 100644
--- a/src/org/tukaani/xz/package-info.java
+++ b/src/org/tukaani/xz/package-info.java
@@ -20,7 +20,7 @@
  * Threading is planned but it is unknown when it will be implemented.
  * <p>
  * For the latest source code, see the
- * <a href="https://xz.tukaani.org/xz-for-java/">home page of XZ for Java</a>.
+ * <a href="https://tukaani.org/xz/java.html">home page of XZ for Java</a>.
  *
  * <h2>Getting started</h2>
  * <p>