From 4e50deedc8a6ee2a6885da5bdaf7efbdcd093849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 24 Mar 2021 10:22:29 +0100 Subject: [PATCH] Fix link --- .../Concepts/TriangulationOnSphereTraits_2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/Concepts/TriangulationOnSphereTraits_2.h b/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/Concepts/TriangulationOnSphereTraits_2.h index 631398d0221..c93c6b88ebc 100644 --- a/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/Concepts/TriangulationOnSphereTraits_2.h +++ b/Triangulation_on_sphere_2/doc/Triangulation_on_sphere_2/Concepts/TriangulationOnSphereTraits_2.h @@ -258,9 +258,9 @@ public: /// \note A point that is not on the sphere will not be inserted in the triangulation. bool is_on_sphere(Point_on_sphere_2 p); - /// returns whether the points `p` and `q` are too close (see \link - /// https://doc.cgal.org/latest/Triangulation_on_sphere_2/classTriangulationOnSphereTraits__2.html#amgrpbc40b59d2ea2be0fc60516e5f7bb0f92 - /// Precision predicates\endlink). + /// returns whether the points `p` and `q` are too close (see + /// + /// Precision predicates). bool are_points_too_close(Point_on_sphere_2 p, Point_on_sphere_2 q); /// @}