fix formatting and links for Explicit Proxy Caching documentation

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

Branch: refs/heads/master
Commit: e1dbac61bed7f3590e17b581dc6413e2d40da337
Parents: 3e6b316
Author: Igor Galić <[email protected]>
Authored: Sun Aug 18 21:37:22 2013 +0200
Committer: Igor Galić <[email protected]>
Committed: Sun Aug 18 21:37:22 2013 +0200

----------------------------------------------------------------------
 doc/admin/explicit-proxy-caching.en.rst | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e1dbac61/doc/admin/explicit-proxy-caching.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/explicit-proxy-caching.en.rst 
b/doc/admin/explicit-proxy-caching.en.rst
index e3821c6..60341b4 100644
--- a/doc/admin/explicit-proxy-caching.en.rst
+++ b/doc/admin/explicit-proxy-caching.en.rst
@@ -32,7 +32,7 @@ If you do not configure Traffic Server to use the 
transparency option
 by a switch/router and rerouted to the Traffic Server machine), then
 clients must configure their web browsers to send HTTP requests to the
 Traffic Server proxy cache by configuring their browsers to download
-proxy configuration instructions from a `PAC file <#UsingPACFile>`_
+proxy configuration instructions from a :ref:`PAC file <using-a-pack-file>`
 (Proxy Auto-Configuration file).
 
 Configuring Browsers Manually
@@ -52,6 +52,8 @@ proxy configuration instructions. You do not need to set any 
special
 configuration options on Traffic Server if you want to accept requests
 from manually-configured browsers.
 
+.. _using-a-pack-file:
+
 Using a PAC File
 ================
 
@@ -68,10 +70,9 @@ must perform the following configuration:
    directory or enter a script that defines the proxy server
    configuration settings in the ``proxy.pac`` file provided. The file
    is empty by default. A sample script is provided in `Sample PAC
-   File <#SamplePACFile>`_.
+   File`_.
 -  Specify the port Traffic Server uses to serve the PAC file. The
-   default port is
-   `8083 
<../configuration-files/records.config#proxy.config.admin.autoconf_port>`_.
+   default port is 8083, see :ts:cv:`proxy.config.admin.autoconf_port`.
 
 Sample PAC File
 ---------------
@@ -79,9 +80,7 @@ Sample PAC File
 The following sample PAC file instructs browsers to connect directly to
 all hosts without a fully-qualified domain name and to all hosts in the
 local domain. All other requests go to the Traffic Server named
-``myproxy.company.com``.
-
-::
+``myproxy.company.com``.::
 
     function FindProxyForURL(url, host)
     {

Reply via email to