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:51 UTC

[20/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/680472b8
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/680472b8
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/680472b8

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

----------------------------------------------------------------------
 .../blacklist-plugin/setting-up-a-transaction-hook.en.rst      | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/680472b8/doc/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.rst b/doc/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.rst
index ed2070e..ad8a901 100644
--- a/doc/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.rst
+++ b/doc/sdk/header-based-plugin-examples/blacklist-plugin/setting-up-a-transaction-hook.en.rst
@@ -66,10 +66,12 @@ following things happen:
    with the ``TS_EVENT_HTTP_CONTINUE`` event.
 
 3. The string and ``TSMLoc`` data stored in the marshal buffer ``bufp``
-   is released by ``TSHandleMLocRelease`` (see `Release Marshal Buffer
-   Handles <RlsMarshalBufHandles.html>`__). Release these handles before
+   is released by ``TSHandleMLocRelease`` (see :doc:`Release Marshal Buffer
+   Handles <../../http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en>`). Release these handles before
    reenabling the transaction.
 
+/http-headers/guide-to-trafficserver-http-header-system/release-marshal-buffer-handles.en.rst
+
 In general, whenever the plugin is doing something to a transaction, it
 must reenable the transaction when it is finished. In other words: every
 time your handler function handles a transaction event, it must call