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

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

Branch: refs/heads/master
Commit: 6a7d19f2340c75a3419714d5205020c691f90c4e
Parents: be9eadc
Author: Miles Libbey <ml...@apache.org>
Authored: Fri Jan 16 14:31:36 2015 -0800
Committer: Miles Libbey <ml...@apache.org>
Committed: Thu Jan 22 15:22:30 2015 -0800

----------------------------------------------------------------------
 doc/sdk/plugin-management/guide-to-the-logging-api.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6a7d19f2/doc/sdk/plugin-management/guide-to-the-logging-api.en.rst
----------------------------------------------------------------------
diff --git a/doc/sdk/plugin-management/guide-to-the-logging-api.en.rst b/doc/sdk/plugin-management/guide-to-the-logging-api.en.rst
index 8c24eb0..c6c4d81 100644
--- a/doc/sdk/plugin-management/guide-to-the-logging-api.en.rst
+++ b/doc/sdk/plugin-management/guide-to-the-logging-api.en.rst
@@ -55,7 +55,7 @@ The logging API enables you to:
 
 The steps below show how the logging API is used in the
 ``blacklist-1.c`` sample plugin. For the complete source code, see the
-`*Sample Source Code* <App_SampleSourceCode.html>`__ appendix.
+:doc:`*Sample Source Code* <../sample-source-code.en>` appendix.
 
 1. A new log file is defined as a global variable.