From dd16d0012ef16185fed6b0c035c4a3622b41eeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Thu, 4 Feb 2010 20:14:09 +0000 Subject: [PATCH] - introduced tutorial3 --- html/tutorial/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/tutorial/index.html b/html/tutorial/index.html index 7fa3b1ef..7c95c42f 100644 --- a/html/tutorial/index.html +++ b/html/tutorial/index.html @@ -70,7 +70,7 @@ related APIs.</dd> within an application <span style="color: red;">(Not ready yet)</span></dt> <dd>Explains how an aplication developer can embed the Alignment API within an application.</dd> -<dt><a href="tutorial3/index.html"></a>Extending the Alignment API with a new matcher <span style="color: red;">(Not ready yet)</span></dt> +<dt><a href="tutorial3/index.html">Extending the Alignment API with a new matcher</a></dt> <dd>Explains how an ontology matching developer can easily integrate its matcher within the Alignment API.</dd> </dl> @@ -162,7 +162,7 @@ Now you can go back to any of the tutorials: <li><a href="tutorial1/server.html">Manipulating Alignments through a Web client</a></li> <li><a href="tutorial2/index.html">Manipulating alignments in Java programs</a></li> <li><a href="tutorial3/embed.html"></a>Embedding the Alignment API within an application</li> -<li><a href="tutorial3/index.html"></a>Extending the Alignment API with a new matcher</li> +<li><a href="tutorial3/index.html">Extending the Alignment API with a new matcher</a></li> </ul> </p> -- GitLab