Updated Branches: refs/heads/master c72080e06 -> 8323ba18f
DOC: fix broken links Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8323ba18 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8323ba18 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/8323ba18 Branch: refs/heads/master Commit: 8323ba18fc9cd29e98b2722474f2861047588452 Parents: c3aaa66 Author: Masakazu Kitajo <[email protected]> Authored: Sun Feb 2 02:43:01 2014 +0900 Committer: James Peach <[email protected]> Committed: Sat Feb 1 11:06:02 2014 -0800 ---------------------------------------------------------------------- doc/admin/traffic-server-error-messages.en.rst | 2 +- doc/reference/commands/traffic_line.en.rst | 2 +- doc/reference/configuration/logs_xml.config.en.rst | 2 +- doc/reference/configuration/plugin.config.en.rst | 2 +- doc/reference/configuration/records.config.en.rst | 2 +- doc/reference/configuration/remap.config.en.rst | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8323ba18/doc/admin/traffic-server-error-messages.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/traffic-server-error-messages.en.rst b/doc/admin/traffic-server-error-messages.en.rst index df01cde..07a4bdc 100644 --- a/doc/admin/traffic-server-error-messages.en.rst +++ b/doc/admin/traffic-server-error-messages.en.rst @@ -295,7 +295,7 @@ with corresponding HTTP response codes and customizable files. ``request#scheme_unsupported`` -.. standard-http-response-messages: +.. _standard-http-response-messages: Standard HTTP Response Messages ------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8323ba18/doc/reference/commands/traffic_line.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/commands/traffic_line.en.rst b/doc/reference/commands/traffic_line.en.rst index 8f8425b..aed8830 100644 --- a/doc/reference/commands/traffic_line.en.rst +++ b/doc/reference/commands/traffic_line.en.rst @@ -135,7 +135,7 @@ Options Show the current proxy server status, indicating if we're running or not. -.. traffic-line-performance-statistics +.. _traffic-line-performance-statistics: Performance Statistics ====================== http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8323ba18/doc/reference/configuration/logs_xml.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/logs_xml.config.en.rst b/doc/reference/configuration/logs_xml.config.en.rst index 92d90f1..43a030a 100644 --- a/doc/reference/configuration/logs_xml.config.en.rst +++ b/doc/reference/configuration/logs_xml.config.en.rst @@ -165,7 +165,7 @@ The following list shows the ``LogObject`` specifications. If the name does not contain an extension (for example, ``squid``), then the extension ``.log`` is automatically appended to it for ASCII logs and ``.blog`` for binary logs (refer to :ref:`Mode = - "valid_logging_mode" <LogObject-Mode>`_). + "valid_logging_mode" <LogObject-Mode>`). If you do not want an extension to be added, then end the filename with a single (.) dot (for example: ``squid.`` ). http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8323ba18/doc/reference/configuration/plugin.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/plugin.config.en.rst b/doc/reference/configuration/plugin.config.en.rst index ca069b5..2402da3 100644 --- a/doc/reference/configuration/plugin.config.en.rst +++ b/doc/reference/configuration/plugin.config.en.rst @@ -45,7 +45,7 @@ processing. An option list of whitespace-separated arguments may follow the plugin name. These are passed as an argument vector to the plugin's -initialization function, :func:`TSPluginInit`. Arguments that begin +initialization function, :c:func:`TSPluginInit`. Arguments that begin with the ``$`` character designate Traffic Server configuration variables. These arguments will be replaced with the value of the corresponding configuration variable before the plugin is loaded. http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8323ba18/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 7a3d83c..501d65b 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -1878,7 +1878,7 @@ http_hdrs Logs the headers for HTTP requests and responses ============ ===================================================== Traffic Server plugins will typically log debug messages using - the :func:`TSDebug` API, passing the plugin name as the debug + the :c:func:`TSDebug` API, passing the plugin name as the debug tag. Reverse Proxy http://git-wip-us.apache.org/repos/asf/trafficserver/blob/8323ba18/doc/reference/configuration/remap.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/remap.config.en.rst b/doc/reference/configuration/remap.config.en.rst index 18f725c..4561f3b 100644 --- a/doc/reference/configuration/remap.config.en.rst +++ b/doc/reference/configuration/remap.config.en.rst @@ -426,8 +426,8 @@ directives are allowed. Included remap files are not currently tracked by the configuration subsystem. Changes to included remap files will not be noticed - by online configuration changes applied by :option:`traffic_line - -x` unless :file:`remap.config` has also changed. + by online configuration changes applied by :option:`traffic_line -x` + unless :file:`remap.config` has also changed. Examples --------
