Skip to content

Commit 2cb8ec8

Browse files
author
xgupta
committed
[Docs] Correct Boehm collector weblink in GarbageCollection.rst
1 parent 410d449 commit 2cb8ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/GarbageCollection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Conservative garbage collection often does not require any special support from
8787
either the language or the compiler: it can handle non-type-safe programming
8888
languages (such as C/C++) and does not require any special information from the
8989
compiler. The `Boehm collector
90-
<http://www.hpl.hp.com/personal/Hans_Boehm/gc/>`__ is an example of a
90+
<https://hboehm.info/gc/>`__ is an example of a
9191
state-of-the-art conservative collector.
9292

9393
Accurate garbage collection requires the ability to identify all pointers in the

0 commit comments

Comments
 (0)