[Docs] Correct Boehm collector weblink in GarbageCollection.rst

This commit is contained in:
xgupta 2021-04-18 17:30:17 +05:30
parent 410d4492e3
commit 2cb8ec8f38
1 changed files with 1 additions and 1 deletions

View 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