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 2015/01/23 00:23:40 UTC

[09/20] trafficserver git commit: Fix broken link

Fix broken link


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9df83b80
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9df83b80
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9df83b80

Branch: refs/heads/master
Commit: 9df83b80b628fd6f96e72c5748be915322ea5720
Parents: 680472b
Author: Miles Libbey <ml...@apache.org>
Authored: Fri Jan 16 15:26:15 2015 -0800
Committer: Miles Libbey <ml...@apache.org>
Committed: Thu Jan 22 15:22:30 2015 -0800

----------------------------------------------------------------------
 .../io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.rst   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9df83b80/doc/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.rst b/doc/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.rst
index 1a9eacc..ebaf99d 100644
--- a/doc/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.rst
+++ b/doc/sdk/io-guide/guide-to-cache-api/how-to-do-a-cache-write.en.rst
@@ -18,8 +18,8 @@ How to Do a Cache Write
   specific language governing permissions and limitations
   under the License.
 
-Use ``TSCacheWrite`` to write to a cache (see the `sample Protocol
-plugin <../../new-protocol-plugins#AboutSampleProtocol>`__). Possible
+Use ``TSCacheWrite`` to write to a cache (see the :ref:`sample Protocol
+plugin <about-the-sample-protocol>`). Possible
 callback events include:
 
 -  ``TS_EVENT_CACHE_WRITE_READ`` - indicates the lookup was successful.