Update emails/links due to project site transition
authorIvan Maidanski <ivmai@mail.ru>
Thu, 20 Feb 2014 20:39:54 +0000 (00:39 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 23 May 2016 18:12:01 +0000 (21:12 +0300)
(Apply commit 8c9da2d from 'release-7_4' branch.)

* README: Update links to BDWGC/libatomic_ops site.
* doc/README_stack.txt: Likewise.

README
doc/README_stack.txt

diff --git a/README b/README
index f621cf6..276191c 100644 (file)
--- a/README
+++ b/README
@@ -19,11 +19,11 @@ This is version 7.2f of libatomic_ops.
 
 You might find a more recent version of this at
 
-http://www.hpl.hp.com/personal/Hans_Boehm/gc
+http://www.hboehm.info/gc/
 
 or
 
-http://www.hpl.hp.com/research/linux/atomic_ops/
+https://github.com/ivmai/libatomic_ops
 
 
 Installation and Usage
index 52edbb5..0c1bba6 100644 (file)
@@ -18,8 +18,7 @@ to the data structure.
 For details see:
 
 Hans-J. Boehm, "An Almost Non-Blocking Stack", PODC 2004,
-http://portal.acm.org/citation.cfm?doid=1011767.1011774, or
-http://www.hpl.hp.com/techreports/2004/HPL-2004-105.html
+http://portal.acm.org/citation.cfm?doid=1011767.1011774
 (This is not exactly the implementation described there, since the
 interface was cleaned up in the interim.  But it should perform
 very similarly.)