2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Fix outdated links. Fixes #3722.

[SVN r80984]
This commit is contained in:
Steven Watanabe
2012-10-14 15:01:51 +00:00
parent 59b97c989e
commit f46008ea24

View File

@@ -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.