You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2010/05/03 22:49:35 UTC

svn commit: r940614 - in /trafficserver/site/trunk/docs/v2/sdk: Continuations.html DoACacheWrite.html NewProtocolPlugins.html

Author: mlibbey
Date: Mon May  3 20:49:35 2010
New Revision: 940614

URL: http://svn.apache.org/viewvc?rev=940614&view=rev
Log:
changed links from nonexistant 'AboutSampleProtocol.html' to anchor in NewProtocolPlugins

Modified:
    trafficserver/site/trunk/docs/v2/sdk/Continuations.html
    trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html
    trafficserver/site/trunk/docs/v2/sdk/NewProtocolPlugins.html

Modified: trafficserver/site/trunk/docs/v2/sdk/Continuations.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/v2/sdk/Continuations.html?rev=940614&r1=940613&r2=940614&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/v2/sdk/Continuations.html (original)
+++ trafficserver/site/trunk/docs/v2/sdk/Continuations.html Mon May  3 20:49:35 2010
@@ -50,7 +50,7 @@
 </ul></div>
 <p>Before being activated, a caller must grab the continuation's
       mutex. This requirement makes it possible for a continuation's handler
-      function to safely access its data and to prevent multiple callers from running it at the same time (see the <a href="AboutSampleProtocol.html" >sample Protocol plugin</a> for
+      function to safely access its data and to prevent multiple callers from running it at the same time (see the <a href="NewProtocolPlugins.html#AboutSampleProtocol" >sample Protocol plugin</a> for
       usage). The data protected by the mutex is any global or continuation
       data associated to the continuation by
       <code class="function">INKContDataSet</code>. This does not include the local

Modified: trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html?rev=940614&r1=940613&r2=940614&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html (original)
+++ trafficserver/site/trunk/docs/v2/sdk/DoACacheWrite.html Mon May  3 20:49:35 2010
@@ -14,7 +14,7 @@
 <div class="titlepage"><div><div><h3 class="title">
 <a name="DoACacheWrite"></a>How to Do a Cache Write</h3></div></div></div>
 <p>Use <code class="function">INKCacheWrite</code> to write to a cache (see
-        the <a href="AboutSampleProtocol.html"> sample Protocol plugin</a>). Possible callback events
+        the <a href="#NewProtocolPlugins.html#AboutSampleProtocol">sample Protocol plugin</a>). Possible callback events
         include:</p>
 <div class="itemizedlist"><ul type="disc">
 <li>

Modified: trafficserver/site/trunk/docs/v2/sdk/NewProtocolPlugins.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/v2/sdk/NewProtocolPlugins.html?rev=940614&r1=940613&r2=940614&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/v2/sdk/NewProtocolPlugins.html (original)
+++ trafficserver/site/trunk/docs/v2/sdk/NewProtocolPlugins.html Mon May  3 20:49:35 2010
@@ -25,7 +25,7 @@
 
 <p>The new protocol APIs enable you to extend Traffic Server to be a web
     proxy for any protocol. This chapter describes  new protocol APIs and
-    the plugins that support new protocols. It also provides a detailed review of code for a <a href="AboutSampleProtocol.html"> sample Protocol plugin</a> 
+    the plugins that support new protocols. It also provides a detailed review of code for a sample Protocol plugin 
      that supports a very simple
     artificial HTTP-like protocol.</p>