Author: buildbot
Date: Mon Feb 28 14:43:04 2011
New Revision: 786218
Log:
Staging update by buildbot
Modified:
websites/staging/chemistry/trunk/content/java/opencmis-cookbook.html
Modified: websites/staging/chemistry/trunk/content/java/opencmis-cookbook.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/opencmis-cookbook.html
(original)
+++ websites/staging/chemistry/trunk/content/java/opencmis-cookbook.html Mon
Feb 28 14:43:04 2011
@@ -432,7 +432,7 @@ can have a value.</p>
<p>This is a very simple C# example that demonstrates how to connect to an
OpenCMIS server via the Web Services binding. Please note that .Net only
allows UsernameTokens over HTTPS.
-(See also <a href="dotnet/dotcmis.html">DotCMIS</a>).</p>
+(See also <a href="../dotnet/dotcmis.html">DotCMIS</a>).</p>
<div class="codehilite"><pre><span class="n">using</span> <span
class="n">System</span><span class="p">;</span>
<span class="n">using</span> <span class="n">System</span><span
class="p">.</span><span class="n">ServiceModel</span><span class="p">;</span>
<span class="n">using</span> <span class="n">OpenCMISClient</span><span
class="p">.</span><span class="n">OpenCMISServer</span><span class="p">;</span>