diff options
author | Daniel James <daniel@calamity.org.uk> | 2011-11-24 19:30:06 +0000 |
---|---|---|
committer | Daniel James <daniel@calamity.org.uk> | 2011-11-24 19:30:06 +0000 |
commit | cd39f5dc1f915f3823e787bc271bea3f8b810040 (patch) | |
tree | b735a4a3f2f7f32f13a3b99581f4b1f2e083b712 /more | |
parent | 43f39ef4c42f7d5b1fefa99cd57a818af90fde5c (diff) | |
download | boost-cd39f5dc1f915f3823e787bc271bea3f8b810040.tar.gz |
Getting Started: Fix typo.
[SVN r75645]
Diffstat (limited to 'more')
-rw-r--r-- | more/getting_started/index.html | 2 | ||||
-rw-r--r-- | more/getting_started/unix-variants.html | 2 | ||||
-rw-r--r-- | more/getting_started/windows.html | 4 | ||||
-rw-r--r-- | more/getting_started/windows.rst | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/more/getting_started/index.html b/more/getting_started/index.html index 6b41eb0119..14a4021572 100644 --- a/more/getting_started/index.html +++ b/more/getting_started/index.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.8: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" /> <title>Boost Getting Started</title> <link rel="stylesheet" href="../../rst.css" type="text/css" /> </head> diff --git a/more/getting_started/unix-variants.html b/more/getting_started/unix-variants.html index 1050eb8825..84f843ab22 100644 --- a/more/getting_started/unix-variants.html +++ b/more/getting_started/unix-variants.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.8: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" /> <title>Boost Getting Started on Unix Variants</title> <meta content="Getting Started with Boost on Unix Variants (including Linux and MacOS)" name="description" /> <link rel="stylesheet" href="../../rst.css" type="text/css" /> diff --git a/more/getting_started/windows.html b/more/getting_started/windows.html index 3fc4a7dfd6..8c7462c411 100644 --- a/more/getting_started/windows.html +++ b/more/getting_started/windows.html @@ -3,7 +3,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.8: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" /> <title>Boost Getting Started on Windows</title> <link rel="stylesheet" href="../../rst.css" type="text/css" /> </head> @@ -63,7 +63,7 @@ not supported—they may or may not work.</p> <h1><a class="toc-backref" href="#id28">1 Get Boost</a></h1> <p>The easiest way to get a copy of Boost is to use an installer. The <a class="reference external" href="http://www.boost.org/more/getting_started/index.html">Boost website version of this Getting Started guide</a> will have -undated information on installers as they become available, or see +updated information on installers as they become available, or see <a class="reference external" href="http://www.boost.org/users/history/version_1_48_0.html">Boost downloads</a> or the <a class="reference external" href="http://www.boostpro.com/products/free">installer</a> provided by <a class="reference external" href="http://www.boostpro.com">BoostPro Computing</a>. We especially recommend using an installer if you use Microsoft Visual Studio, because the installer can download and diff --git a/more/getting_started/windows.rst b/more/getting_started/windows.rst index 2a396a8651..a8fb652bac 100644 --- a/more/getting_started/windows.rst +++ b/more/getting_started/windows.rst @@ -37,7 +37,7 @@ Get Boost The easiest way to get a copy of Boost is to use an installer. The `Boost website version of this Getting Started guide`_ will have -undated information on installers as they become available, or see +updated information on installers as they become available, or see `Boost downloads`_ or the installer_ provided by `BoostPro Computing`_. We especially recommend using an installer if you use Microsoft Visual Studio, because the installer can download and |