From f46008ea2406d8fdadda18f216ed17f7332ccc1e Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Sun, 14 Oct 2012 15:01:51 +0000 Subject: [PATCH] Fix outdated links. Fixes #3722. [SVN r80984] --- v2/hacking.txt | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/v2/hacking.txt b/v2/hacking.txt index 2acc25337..3c059173b 100644 --- a/v2/hacking.txt +++ b/v2/hacking.txt @@ -23,11 +23,11 @@ Before contributing, make sure you are subscribed to our mailing list 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@lists.sourceforge.net - http://sourceforge.net/mailarchive/forum.php?forum_id=9097 + - mailing list: + boost-build@lists.boost.org + http://lists.boost.org/boost-build/ BUGS and PATCHES @@ -136,19 +136,3 @@ CODING CONVENTIONS. { # } - -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.