You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/08/25 15:53:57 UTC

[trafficserver] branch master updated: TS-4783: Correct records.config.en.rst path in compare_RecordsConfigcc.py.

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

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  ebf3ea3   TS-4783: Correct records.config.en.rst path in compare_RecordsConfigcc.py.
ebf3ea3 is described below

commit ebf3ea3436e6cb55f931d16d5469c27e95bc8657
Author: wanrui <wa...@qq.com>
AuthorDate: Thu Aug 25 15:23:23 2016 +0800

    TS-4783: Correct records.config.en.rst path in compare_RecordsConfigcc.py.
    
    Correct the path to records.config.en.rst in
    /contrib/python/compare_RecordsConfigcc.py.
    
    This closes #919.
---
 contrib/python/compare_RecordsConfigcc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/python/compare_RecordsConfigcc.py b/contrib/python/compare_RecordsConfigcc.py
index 80c7412..ae7794d 100644
--- a/contrib/python/compare_RecordsConfigcc.py
+++ b/contrib/python/compare_RecordsConfigcc.py
@@ -71,7 +71,7 @@ with open("%s/proxy/config/records.config.default.in" % src_dir) as fh:
 
 # Process records.comfig documentation.
 # eg. .. ts:cv:: CONFIG proxy.config.proxy_binary STRING traffic_server
-with open("%s/doc/reference/configuration/records.config.en.rst" % src_dir) as fh:
+with open("%s/doc/admin-guide/files/records.config.en.rst" % src_dir) as fh:
   doc_re = re.compile(r'ts:cv:: CONFIG (\S+)\s+(\S+)\s+(\S+)')
   for line in fh:
       m = doc_re.search(line)

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].