diff --git a/doc/admin/traffic-server-error-messages.en.rst b/doc/admin/traffic-server-error-messages.en.rst index df01cdeeca3..07a4bdc322b 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 ------------------------------- diff --git a/doc/reference/commands/traffic_line.en.rst b/doc/reference/commands/traffic_line.en.rst index 8f8425b45f6..aed88307d3f 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 ====================== diff --git a/doc/reference/configuration/logs_xml.config.en.rst b/doc/reference/configuration/logs_xml.config.en.rst index 92d90f1007e..43a030a96b8 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" `_). + "valid_logging_mode" `). If you do not want an extension to be added, then end the filename with a single (.) dot (for example: ``squid.`` ). diff --git a/doc/reference/configuration/plugin.config.en.rst b/doc/reference/configuration/plugin.config.en.rst index ca069b5b36e..2402da33fa3 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. diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 96e4a992fac..fbe2182a857 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 diff --git a/doc/reference/configuration/remap.config.en.rst b/doc/reference/configuration/remap.config.en.rst index 18f725c6968..4561f3bd47d 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 --------