summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-10-28 10:31:41 +0100
committerGitHub <noreply@github.com>2019-10-28 10:31:41 +0100
commit3bbdc086548740b6cc85c16b8afcd02b606c6bde (patch)
treeb5c41de2e1d1122ffc4c69f6074907b5bdfb8807
parent97bb69ea7b904670b470ae7d9674d27088ed15bf (diff)
parenteb94efd322862ee32775493ad8b389682dadc75e (diff)
Merge pull request #103 from GUDHI/mglisse-patch-2
Fix wikipedia link for Cech complex
-rw-r--r--src/Cech_complex/doc/Intro_cech_complex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cech_complex/doc/Intro_cech_complex.h b/src/Cech_complex/doc/Intro_cech_complex.h
index 90086de7..80c88dc6 100644
--- a/src/Cech_complex/doc/Intro_cech_complex.h
+++ b/src/Cech_complex/doc/Intro_cech_complex.h
@@ -24,7 +24,7 @@ namespace cech_complex {
* \section cechdefinition Čech complex definition
*
* Čech complex
- * <a target="_blank" href="https://en.wikipedia.org/wiki/%C4%8Cech_cohomology">(Wikipedia)</a> is a
+ * <a target="_blank" href="https://en.wikipedia.org/wiki/%C4%8Cech_complex">(Wikipedia)</a> is a
* <a target="_blank" href="https://en.wikipedia.org/wiki/Simplicial_complex">simplicial complex</a> constructed
* from a proximity graph. The set of all simplices is filtered by the radius of their minimal enclosing ball.
*