Jelajahi Sumber

reflect cvsroot change in hyperlink prefix; (minor) added trailing slash to doc url

[SVN r34789]
Gennaro Prota 20 tahun lalu
induk
melakukan
dec7d5e4ce
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 4 3
      tools/regression/compiler_status.cpp

+ 4 - 3
tools/regression/compiler_status.cpp

@@ -4,7 +4,7 @@
 //  Software License, Version 1.0. (See accompanying file
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-//  See http://www.boost.org/tools/regression for documentation.
+//  See http://www.boost.org/tools/regression/ for documentation.
 
 /*******************************************************************************
 
@@ -84,8 +84,9 @@ namespace
   const string empty_string;
 
   // prefix for library and test hyperlink prefix
-  string url_prefix_dir_view( "http://cvs.sourceforge.net/viewcvs.py/boost/boost" );
-  string url_prefix_checkout_view( "http://cvs.sourceforge.net/viewcvs.py/*checkout*/boost/boost" );
+  string cvs_root ( "http://boost.cvs.sourceforge.net/" );
+  string url_prefix_dir_view( cvs_root + "boost/boost" );
+  string url_prefix_checkout_view( cvs_root + "*checkout*/boost/boost" );
   string url_suffix_text_view( "?view=markup&rev=HEAD" );
 
 //  build notes_bookmarks from notes HTML  -----------------------------------//

粤ICP备19079148号