[Docs] Correct Boehm collector weblink in GarbageCollection.rst
authorxgupta <shivam98.tkg@rediffmail.com>
Sun, 18 Apr 2021 12:00:17 +0000 (17:30 +0530)
committerxgupta <shivam98.tkg@rediffmail.com>
Sun, 18 Apr 2021 12:00:17 +0000 (17:30 +0530)
llvm/docs/GarbageCollection.rst

index ade944b..800182d 100644 (file)
@@ -87,7 +87,7 @@ Conservative garbage collection often does not require any special support from
 either the language or the compiler: it can handle non-type-safe programming
 languages (such as C/C++) and does not require any special information from the
 compiler.  The `Boehm collector
-<http://www.hpl.hp.com/personal/Hans_Boehm/gc/>`__ is an example of a
+<https://hboehm.info/gc/>`__ is an example of a
 state-of-the-art conservative collector.
 
 Accurate garbage collection requires the ability to identify all pointers in the