You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2018/12/06 04:58:53 UTC

svn commit: r1848261 - /subversion/trunk/subversion/libsvn_subr/config_file.c

Author: brane
Date: Thu Dec  6 04:58:53 2018
New Revision: 1848261

URL: http://svn.apache.org/viewvc?rev=1848261&view=rev
Log:
* subversion/libsvn_subr/config_file.c (svn_config_ensure):
   Update the link to Python's ConfigParser module documentation.

Modified:
    subversion/trunk/subversion/libsvn_subr/config_file.c

Modified: subversion/trunk/subversion/libsvn_subr/config_file.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/config_file.c?rev=1848261&r1=1848260&r2=1848261&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/config_file.c (original)
+++ subversion/trunk/subversion/libsvn_subr/config_file.c Thu Dec  6 04:58:53 2018
@@ -1045,7 +1045,7 @@ svn_config_ensure(const char *config_dir
    "The syntax of the configuration files is a subset of the one used by"    NL
    "Python's ConfigParser module; see"                                       NL
    ""                                                                        NL
-   "   http://www.python.org/doc/current/lib/module-ConfigParser.html"       NL
+   "   https://docs.python.org/3/library/configparser.html"                  NL
    ""                                                                        NL
    "Configuration data in the Windows registry"                              NL
    "=========================================="                              NL