Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/admin/traffic-server-error-messages.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/commands/traffic_line.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======================
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/configuration/logs_xml.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.`` ).
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/configuration/plugin.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/configuration/records.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/reference/configuration/remap.config.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down