summaryrefslogtreecommitdiff
path: root/src/Alpha_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-04 14:09:04 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-10-04 14:09:04 +0000
commit76c4bde05eb39e17579c63c7e161648ec689bac6 (patch)
tree5aa5a15e8ffca9eb608696d4afbca30c1fb70ea7 /src/Alpha_complex
parent79b9d628ed958f8410f0d3335541cfa1b10d0506 (diff)
Documentation change for github website
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3932 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7044071afd3a3e629ea66ed3647c00d023f60692
Diffstat (limited to 'src/Alpha_complex')
-rw-r--r--src/Alpha_complex/utilities/alphacomplex.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Alpha_complex/utilities/alphacomplex.md b/src/Alpha_complex/utilities/alphacomplex.md
index 0fe98837..b1a33e4b 100644
--- a/src/Alpha_complex/utilities/alphacomplex.md
+++ b/src/Alpha_complex/utilities/alphacomplex.md
@@ -143,7 +143,7 @@ where
* `<input OFF file>` is the path to the input point cloud in [nOFF ASCII format](http://www.geomview.org/docs/html/OFF.html).
* `<cuboid file>` is the path to the file describing the periodic domain. It must be in the format described
-[here](/doc/latest/fileformats.html#FileFormatsIsoCuboid).
+[here]({{ site.officialurl }}/doc/latest/fileformats.html#FileFormatsIsoCuboid).
**Allowed options**
@@ -161,5 +161,5 @@ periodic_alpha_complex_3d_persistence ../../data/points/grid_10_10_10_in_0_1.off
N.B.:
-* Cuboid file must be in the format described [here](/doc/latest/fileformats.html#FileFormatsIsoCuboid).
+* Cuboid file must be in the format described [here]({{ site.officialurl }}/doc/latest/fileformats.html#FileFormatsIsoCuboid).
* Filtration values are alpha square values.