You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2011/02/28 15:42:59 UTC

svn commit: r1075355 - /chemistry/site/trunk/content/java/opencmis-cookbook.mdtext

Author: fmui
Date: Mon Feb 28 14:42:59 2011
New Revision: 1075355

URL: http://svn.apache.org/viewvc?rev=1075355&view=rev
Log:
fixed link

Modified:
    chemistry/site/trunk/content/java/opencmis-cookbook.mdtext

Modified: chemistry/site/trunk/content/java/opencmis-cookbook.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/opencmis-cookbook.mdtext?rev=1075355&r1=1075354&r2=1075355&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/opencmis-cookbook.mdtext (original)
+++ chemistry/site/trunk/content/java/opencmis-cookbook.mdtext Mon Feb 28 14:42:59 2011
@@ -253,7 +253,7 @@ can have a value.
 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 [DotCMIS](dotnet/dotcmis.html)).
+(See also [DotCMIS](../dotnet/dotcmis.html)).
 
     :::C#
     using System;