diff --git a/Documentation/doc/Documentation/Third_party.txt b/Documentation/doc/Documentation/Third_party.txt
index 002e6934934..ad4ef89dd11 100644
--- a/Documentation/doc/Documentation/Third_party.txt
+++ b/Documentation/doc/Documentation/Third_party.txt
@@ -117,14 +117,14 @@ Qt is a cross-platform application and UI framework.
The component `CGAL_Qt6` is essential to run the \cgal demos and basic viewers.
It requires \qt6 installed on your system.
In case \qt is not yet installed on your system, you can download
-it from `https://www.qt-project.org/`.
+it from `https://contribute.qt-project.org/`.
The exhaustive list of \qt6 components used in demos is:
`Core`, `Gui`, `Help`, `OpenGL`, `OpenGLWidgets`, `Qml`, `Svg`, `Widgets`,
`WebSockets`, `Network`, and `qcollectiongenerator` (with `sqlite` driver plugin).
\subsection thirdpartyEigen Eigen
-Version 3.3.7 or later
+Version 3.3.7 or later (including Eigen3 5.0.0)
\eigen is a `C++` template library for linear algebra. \eigen supports all
matrix sizes, various matrix decomposition methods and sparse linear solvers.
@@ -138,7 +138,7 @@ Overview page. In order to use Eigen in \cgal programs, the
executables should be linked with the CMake imported target
`CGAL::Eigen3_support` provided in `CGAL_Eigen3_support.cmake`.
-The \eigen web site is `https://eigen.tuxfamily.org`.
+The \eigen web site is `https://libeigen.gitlab.io/`.
\subsection thirdpartyOpenGR OpenGR
@@ -167,17 +167,6 @@ Alternatively, version 1.3.1 of \libpointmatcher is supported with version 3.3.7
`https://github.com/ethz-asl/libpointmatcher/blob/master/doc/Compilation.md`:`NABO_INCLUDE_DIR` becomes `libnabo_INCLUDE_DIRS`
and `NABO_LIBRARY` becomes `libnabo_LIBRARIES` in the "Build libpointmatcher" section.
-\subsection thirdpartyLeda LEDA
-Version 6.2 or later
-
-\leda is a library of efficient data structures and
-algorithms. Like \core, \leda offers a real number data type.
-
-In \cgal this library is optional, and its number types can
-be used as an alternative to \gmp, \mpfr, and \core.
-
-Free and commercial editions of \leda are available from `https://www.algorithmic-solutions.com`.
-
\subsection thirdpartyMPFI Multiple Precision Floating-point Interval (MPFI)
Version 1.4 or later
@@ -278,7 +267,7 @@ vcpkg install suitesparse
\subsection thirdpartyMETIS METIS
Version 5.1 or later
-\metis is a library developed by the Karypis Lab
+\metis is a library developed by the Karypis Lab
and designed to partition graphs and produce fill-reducing matrix orderings.
\cgal offers wrappers around some of the methods of the \metis library
@@ -287,7 +276,7 @@ to allow the partitioning of graphs that are models of the concepts of the
and, by extension, of surface meshes (see Section \ref BGLPartitioning of the package \ref PkgBGL).
More information is available on the METIS library
-at `http://glaros.dtc.umn.edu/gkhome/metis/metis/overview`.
+at `https://github.com/KarypisLab/METIS`.
\subsection thirdpartyzlib zlib