]> wimlib.net Git - wimlib/blobdiff - README
lzms_decompress.c: make 'lens' and 'decode_table' share memory
[wimlib] / README
diff --git a/README b/README
index aa40c5d8e497f92c80b5c5b1c3584ca5bb5e0aa1..f5ba0b8921ed3e79e26c24c9a6a7c47f87e91a67 100644 (file)
--- a/README
+++ b/README
@@ -16,8 +16,7 @@ for Debian and RPM packaging are in the debian/ and rpm/ directories.
 To install wimlib and wimlib-imagex on Windows, just download and extract the
 ZIP file containing the latest binaries.  See README.WINDOWS for more details.
 
-All official wimlib releases are available from SourceForge
-(http://sourceforge.net/projects/wimlib/files).
+All official wimlib releases are available from http://wimlib.net.
 
                                    WIM FILES
 
@@ -46,7 +45,7 @@ file extension rather than ".wim".  They are supported in wimlib since v1.6.0.
                              IMAGEX IMPLEMENTATION
 
 wimlib itself is a C library, and it provides a documented public API (See:
-http://wimlib.sourceforge.net) for other programs to use.  However, it is also
+http://wimlib.net/apidoc) for other programs to use.  However, it is also
 distributed with a command-line program called "wimlib-imagex" that uses this
 library to implement an imaging tool similar to Microsoft's ImageX.
 wimlib-imagex supports almost all the capabilities of Microsoft's ImageX as well