Index: boost/math/distributions/binomial.hpp =================================================================== --- boost/math/distributions/binomial.hpp (revision 43416) +++ boost/math/distributions/binomial.hpp (working copy) @@ -25,7 +25,7 @@ // The number of light bulbs that burn out in a certain amount of time. // The number of roadkill found per unit length of road -// http:/en.wikipedia.org/wiki/binomial_distribution +// http://en.wikipedia.org/wiki/binomial_distribution // Given a sample of N measured values k[i], // we wish to estimate the value of the parameter x (mean) Index: libs/math/doc/sf_and_dist/ellint_legendre.qbk =================================================================== --- libs/math/doc/sf_and_dist/ellint_legendre.qbk (revision 43416) +++ libs/math/doc/sf_and_dist/ellint_legendre.qbk (working copy) @@ -188,7 +188,7 @@ [heading Testing] The tests use a mixture of spot test values calculated using the online -calculator at [http://@functions.wolfram.com +calculator at [@http://functions.wolfram.com functions.wolfram.com], and random test data generated using NTL::RR at 1000-bit precision and this implementation. Index: libs/math/doc/sf_and_dist/credits.qbk =================================================================== --- libs/math/doc/sf_and_dist/credits.qbk (revision 43416) +++ libs/math/doc/sf_and_dist/credits.qbk (working copy) @@ -22,14 +22,14 @@ Professor Nico Temme for advice on the inverse incomplete beta function. -[@http:www.shoup.net Victor Shoup for NTL], +[@http://www.shoup.net Victor Shoup for NTL], without which it would have much difficult to produce high accuracy constants, and especially the tables of accurate values for testing. We are grateful to Joel Guzman for helping us stress-test his -[@http:www.boost.org/tools/quickbook/index.htm Boost.Quickbook] +[@http://www.boost.org/tools/quickbook/index.htm Boost.Quickbook] program used to generate the html and pdf versions of this document, adding several new features en route.