Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2014-02-23 16:56:54 +0400
committerIvan Maidanski <ivmai@mail.ru>2014-02-23 17:03:23 +0400
commita17570cda55df3224cb671f410d0986b2f565ac5 (patch)
tree8173a39bdf44e0b7bc9515b906a1825f7554dbce /README.QUICK
parentb5ef5c12720dbf31c5b09dd5b026abda5924fa0e (diff)
Update emails/links due to project site and ML transition
(www.hpl.hp.com/personal/Hans_Boehm -> www.hboehm.info; gc@linux.hpl.hp.com -> bdwgc@lists.opendylan.org) * AUTHORS: Update email. * doc/gc.man: Likewise. * README.QUICK: Change external link to gcinterface.html to local one (pointing to the file in "doc" folder). * README.md: Replace BDWGC site URL (www.hpl.hp.com/personal/Hans_Boehm to www.hboehm.info). * doc/gc.man: Likewise. * doc/gcdescr.html: Likewise. * doc/gcinterface.html: Likewise. * doc/overview.html: Likewise. * doc/scale.html: Likewise. * README.md: Update mailing list info (gc@linux.hpl.hp.com to bdwgc@lists.opendylan.org, gc-announce@linux.hpl.hp.com to bdwgc-announce@lists.opendylan.org). * configure.ac: Likewise. * doc/gcdescr.html: Likewise. * doc/overview.html: Likewise. * doc/tree.html: Remove unnecessary external link.
Diffstat (limited to 'README.QUICK')
-rw-r--r--README.QUICK5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.QUICK b/README.QUICK
index 1f419cfd..ee8f4a11 100644
--- a/README.QUICK
+++ b/README.QUICK
@@ -69,9 +69,8 @@ instead of GC_MALLOC.
Define GC_DEBUG before including gc.h for additional checking.
-More documentation on the collector interface can be found at
-http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcinterface.html,
-in README.md and other files in the doc directory, and in include/gc.h file.
+More documentation on the collector interface can be found in README.md,
+doc/gcinterface.html, include/gc.h, and other files in the doc directory.
WARNINGS: