Updated Branches:
  refs/heads/master 543054e52 -> 6dfab90be

Fix plugin.config references


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

Branch: refs/heads/master
Commit: 6dfab90be1ef8858736cc713cf34cb2e7dd2171d
Parents: 543054e
Author: James Peach <[email protected]>
Authored: Thu Dec 12 11:14:13 2013 -0800
Committer: James Peach <[email protected]>
Committed: Mon Dec 16 14:53:46 2013 -0800

----------------------------------------------------------------------
 doc/reference/plugins/cacheurl.en.rst      | 3 +--
 doc/reference/plugins/combo_handler.en.rst | 4 +---
 doc/reference/plugins/gzip.en.rst          | 3 +--
 doc/reference/plugins/header_filter.en.rst | 3 +--
 4 files changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6dfab90b/doc/reference/plugins/cacheurl.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/cacheurl.en.rst 
b/doc/reference/plugins/cacheurl.en.rst
index 5ae7b12..81710a3 100644
--- a/doc/reference/plugins/cacheurl.en.rst
+++ b/doc/reference/plugins/cacheurl.en.rst
@@ -45,8 +45,7 @@ regex patterns to match.
 
 The url_pattern is a regular expression (pcre). The replacement can contain 
$1, $2 and so on, which will be replaced with the appropriate matching group 
from the pattern.
 
-Add the plugin to your
-`plugins.config <../../configuration-files/plugins.config>`_ file::
+Add the plugin to your :file:`plugin.config` file::
 
     cacheurl.so
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6dfab90b/doc/reference/plugins/combo_handler.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/combo_handler.en.rst 
b/doc/reference/plugins/combo_handler.en.rst
index 260d3f3..a1a70be 100644
--- a/doc/reference/plugins/combo_handler.en.rst
+++ b/doc/reference/plugins/combo_handler.en.rst
@@ -37,9 +37,7 @@ combination with the ESI module, since they share common code.
 Configuration
 =============
 
-The arguments in the
-```plugin.config`` <../../configuration-files/plugin.config>`_ line in
-order represent
+The arguments in the :file:`plugin.config` line in order represent
 
 1. The path that should triggers combo handler (defaults to
    "admin/v1/combo")

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6dfab90b/doc/reference/plugins/gzip.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/gzip.en.rst 
b/doc/reference/plugins/gzip.en.rst
index ca49913..e7fed08 100644
--- a/doc/reference/plugins/gzip.en.rst
+++ b/doc/reference/plugins/gzip.en.rst
@@ -27,8 +27,7 @@ process.
 Installation
 ============
 
-Add the following line to
-```plugin.config`` <../../configuration-files/plugin.config>`_::
+Add the following line to :file:`plugin.config`::
 
     gzip.so
 

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6dfab90b/doc/reference/plugins/header_filter.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/plugins/header_filter.en.rst 
b/doc/reference/plugins/header_filter.en.rst
index aa34717..040e6d2 100644
--- a/doc/reference/plugins/header_filter.en.rst
+++ b/doc/reference/plugins/header_filter.en.rst
@@ -20,8 +20,7 @@ Header Filter Plugin
 
 The ``header_filter`` is a simple plugin for filtering out headers from
 requests (or responses). Typical configuration is done either with a
-global configuration, in
-```plugin.config`` <../../configuration-files/plugin.config>`_::
+global configuration, in :file:`plugin.config`::
 
     header_filter.so /usr/local/etc/hdr_filters.conf
 

Reply via email to