diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst
index ff83a1b8134..a624fdb07a1 100644
--- a/Doc/faq/design.rst
+++ b/Doc/faq/design.rst
@@ -324,8 +324,7 @@ Can Python be compiled to machine code, C or some other language?
`Cython `_ compiles a modified version of Python with
optional annotations into C extensions. `Nuitka `_ is
an up-and-coming compiler of Python into C++ code, aiming to support the full
-Python language. For compiling to Java you can consider
-`VOC `_.
+Python language.
How does Python manage memory?