Commit 1b4f5ee6a4989d7eda7766c5864908c389586c6f

Berker Peksag 2016-05-18T11:12:58

Update project URLs to use libffi/libffi

diff --git a/README b/README
index b4c6db6..5984c45 100644
--- a/README
+++ b/README
@@ -183,7 +183,7 @@ To install the library and header files, type "make install".
 History
 =======
 
-See the git log for details at http://github.com/atgreen/libffi.
+See the git log for details at http://github.com/libffi/libffi.
 
 4.0 TBD
         New API in support of GO closures.
diff --git a/configure.ac b/configure.ac
index da7c432..19dd5c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
 
 AC_PREREQ(2.68)
 
-AC_INIT([libffi], [3.99999], [http://github.com/atgreen/libffi/issues])
+AC_INIT([libffi], [3.99999], [http://github.com/libffi/libffi/issues])
 AC_CONFIG_HEADERS([fficonfig.h])
 
 AC_CANONICAL_SYSTEM