]> git-server-git.apps.pok.os.sepia.ceph.com Git - jerasure.git/commitdiff
documentation: update with jerasure.org new home
authorLoic Dachary <ldachary@redhat.com>
Thu, 25 Dec 2014 11:23:05 +0000 (12:23 +0100)
committerLoic Dachary <ldachary@redhat.com>
Thu, 25 Dec 2014 11:24:43 +0000 (12:24 +0100)
Signed-off-by: Loic Dachary <loic@dachary.org>
README
configure.ac

diff --git a/README b/README
index 69e990d2c86a9210d829b51c20adbdaa9b3f3450..ddead1870e86f6ecc7101fee8ffdb0f5e90ab1d1 100644 (file)
--- a/README
+++ b/README
@@ -9,10 +9,9 @@ Authors: James S. Plank (University of Tennessee)
 
 External Documentation:
 
-See the file Manual.pdf for the programmer's manual and tutorial.  This manual
-is also available at http://web.eecs.utk.edu/~plank/plank/papers/UT-EECS-14-721.html.
+See the file Manual.pdf for the programmer's manual and tutorial.
 
-See https://bitbucket.org/jimplank/gf-complete for GF-Complete.
+See https://jerasure.org/jerasure/gf-complete for GF-Complete.
 
 NOTE: You must have GF-Complete installed (or compiled) in order to use Jerasure 2.0.
 
index 32b7250dfa76d974503fbcb8e0990627c8f69701..63e6b0e1a1154646e56bfda7b0ebf15a1aa57b7d 100644 (file)
@@ -2,7 +2,7 @@
 
 AC_PREREQ([2.65])
 AC_INIT([Jerasure], [2.0], [], [],
-        [https://bitbucket.org/jimplank/jerasure])
+        [https://jerasure.org/jerasure/jerasure])
 AC_CONFIG_SRCDIR([src/jerasure.c])
 AC_CONFIG_HEADERS([include/config.h])
 
@@ -24,7 +24,7 @@ AC_PROG_CC
 AC_CHECK_LIB([gf_complete], [gf_init_easy], [],
              [AC_MSG_FAILURE(
                [You need to have gf_complete installed.
-                  gf_complete is available from http://web.eecs.utk.edu/~plank/plank/papers/CS-13-703.html])
+                  gf_complete is available from http://jerasure.org/jerasure/gf-complete])
              ])
 
 # Checks for header files.