Index: libs/mpl/doc/tutorial/apply-lambda-semantics.html =================================================================== --- libs/mpl/doc/tutorial/apply-lambda-semantics.html (revision 69326) +++ libs/mpl/doc/tutorial/apply-lambda-semantics.html (working copy) @@ -78,7 +78,7 @@

To get a detailed picture of the new apply/lambda semantics, please see the test case at -http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/mpl/test/apply.cpp?view=markup +libs/mpl/test/apply.cpp and the corresponding sections of the MPL reference manual.

Index: libs/mpl/doc/tutorial/numeric-metafunction.html =================================================================== --- libs/mpl/doc/tutorial/numeric-metafunction.html (revision 69326) +++ libs/mpl/doc/tutorial/numeric-metafunction.html (working copy) @@ -24,7 +24,7 @@ largest/most general of the argument types. The infrastructure allows user-defined numeric types to be freely intermixed with predefined library types. See -http://cvs.sourceforge.net/viewcvs.py/boost/boost/libs/mpl/test/numeric_ops.cpp?view=markup +libs/mpl/test/numeric_ops.cpp for an illustrative example, and the reference manual for the formal infrastructure specification.

If you were using MPL numeric metafunctions on your own integral