$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80984 - trunk/tools/build/v2
From: steven_at_[hidden]
Date: 2012-10-14 11:01:52
Author: steven_watanabe
Date: 2012-10-14 11:01:51 EDT (Sun, 14 Oct 2012)
New Revision: 80984
URL: http://svn.boost.org/trac/boost/changeset/80984
Log:
Fix outdated links.  Fixes #3722.
Text files modified: 
   trunk/tools/build/v2/hacking.txt |    24 ++++--------------------                
   1 files changed, 4 insertions(+), 20 deletions(-)
Modified: trunk/tools/build/v2/hacking.txt
==============================================================================
--- trunk/tools/build/v2/hacking.txt	(original)
+++ trunk/tools/build/v2/hacking.txt	2012-10-14 11:01:51 EDT (Sun, 14 Oct 2012)
@@ -23,11 +23,11 @@
 Additional resources include
 
    - The issue tracker
-     http://zigzag.cs.msu.su/boost.build
+     http://trac.lvk.cs.msu.su/boost.build/
 
-   - commits mailing list:
-     boost-build_at_[hidden]
-     http://sourceforge.net/mailarchive/forum.php?forum_id=9097
+   - mailing list:
+     boost-build_at_[hidden]
+     http://listarchives.boost.org/boost-build/
 
 
 BUGS and PATCHES
@@ -136,19 +136,3 @@
         {
             #
         }
-
-HTML DOCUMENTATION.
-
-    Please pass HTML files though HTML Tidy (http://tidy.sf.net) before
-    comitting. This has to important purposes:
-    - detecting bad HTML
-    - converting files to uniform indentation style, which inverses effect of
-      different editors and makes differences between revisions much smaller and
-      easy for review.
-
-    Alas, the way Tidy indents HTML differs between version. Please use the
-    version available at
-
-       http://tidy.sourceforge.net/src/old/tidy_src_020411.tgz
-
-    and "-i -wrap 78" command line parameters.