summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-11-03 08:24:21 +0100
committerGitHub <noreply@github.com>2021-11-03 08:24:21 +0100
commit936fb035118d7f1de8290d0892237f6f4662e02d (patch)
tree9612866bfc25a7a3019dcfb6e2626f7ff966fc5e /src
parentc9fdd10a487a91601737bef94a1665d7131fd517 (diff)
parent79e6a20ce026ff4c86b1632bb3f1ed16ae5c92a1 (diff)
Merge pull request #541 from VincentRouvreau/no_more_inria_gforge
No more gforge references
Diffstat (limited to 'src')
-rw-r--r--src/python/doc/alpha_complex_user.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index fffcb3db..3de94bb8 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -163,7 +163,7 @@ As the squared radii computed by CGAL are an approximation, it might happen that
:math:`\alpha^2` values do not quite define a proper filtration (i.e. non-decreasing with
respect to inclusion).
We fix that up by calling :func:`~gudhi.SimplexTree.make_filtration_non_decreasing` (cf.
-`C++ version <http://gudhi.gforge.inria.fr/doc/latest/index.html>`_).
+`C++ version <https://gudhi.inria.fr/doc/latest/class_gudhi_1_1_simplex__tree.html>`_).
Prune above given filtration value
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^