diff --git a/docs/building.html b/docs/building.html index 36dc70ab8..2a1b4aa3f 100644 --- a/docs/building.html +++ b/docs/building.html @@ -71,7 +71,7 @@ usually not set by the package installer).

to step 3 (assuming you also have boost build installed).

Step 1: Download boost

-

You'll find boost here.

+

You'll find boost here.

Extract the archive to some directory where you want it. For the sake of this guide, let's assume you extract the package to c:\boost_1_34_0 (I'm using a windows path in this example since if you're on linux/unix you're more likely diff --git a/docs/building.rst b/docs/building.rst index 2537571b1..3db6405d4 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -70,7 +70,7 @@ Step 1: Download boost You'll find boost here__. -__ http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=376197 +__ http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=619445 Extract the archive to some directory where you want it. For the sake of this guide, let's assume you extract the package to ``c:\boost_1_34_0`` (I'm using