From 0ec44890660f9419e1cbeeb595d4f31a19e23e63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Fri, 4 Jun 2010 07:13:50 +0000
Subject: [PATCH] - added reference to web service tutorial

---
 html/tutorial/index.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/html/tutorial/index.html b/html/tutorial/index.html
index 03c24428..43ccb429 100644
--- a/html/tutorial/index.html
+++ b/html/tutorial/index.html
@@ -72,6 +72,9 @@ related APIs.</dd>
 <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>
+<dt><a href="tutorial5/index.html">Offering a matcher as a web service</a></dt>
+<dd>Explains how an ontology matching developer can expose it as a web
+  service.</dd>
 </dl>
 </p>
 <p>
@@ -162,6 +165,7 @@ Now you can go back to any of the tutorials:
     programs (and embedding the Alignment API within an application)</a></li>
 <li><a href="tutorial4/index.html">Exploiting alignments and reasoning</a></li>
 <li><a href="tutorial3/index.html">Extending the Alignment API with a new matcher</a></li>
+<li><a href="tutorial5/index.html">Offering a matcher as a web service</a></li>
 </ul>
 </p>
 
-- 
GitLab