This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 6050091  Internal link needs _
6050091 is described below

commit 60500919d9c10c6e0d3af2e1734cdc81773ab30a
Author: Miles Libbey <[email protected]>
AuthorDate: Wed Nov 6 17:35:50 2019 -0800

    Internal link needs _
    
    Without this underscore, the link tries to go to an external file
    
    (cherry picked from commit 7ba816fcffe2d40a640b3273af8a0007deba1087)
---
 doc/admin-guide/plugins/header_rewrite.en.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/admin-guide/plugins/header_rewrite.en.rst 
b/doc/admin-guide/plugins/header_rewrite.en.rst
index 217940a..b74e471 100644
--- a/doc/admin-guide/plugins/header_rewrite.en.rst
+++ b/doc/admin-guide/plugins/header_rewrite.en.rst
@@ -791,7 +791,7 @@ Header Values
 
 Setting a header with a value can take the following formats:
 
-- Any `condition <Conditions>`_ which extracts a value from the request.
+- Any `condition <Conditions_>`_ which extracts a value from the request.
 
 - ``$N``, where 0 <= N <= 9, from matching groups in a regular expression.
 

Reply via email to