diff options
author | Dave Abrahams <dave@boostpro.com> | 2006-11-20 04:01:31 +0000 |
---|---|---|
committer | Dave Abrahams <dave@boostpro.com> | 2006-11-20 04:01:31 +0000 |
commit | b73c069755a4425b687264639513216881fc91ed (patch) | |
tree | 3d35ae36ce714914bade56f0c6e5d9065cd935d5 /more/getting_started.html | |
parent | b289a00aad3e7305ebd5a98bba075ae2e71c9e74 (diff) | |
download | boost-b73c069755a4425b687264639513216881fc91ed.tar.gz |
link fix
[SVN r36101]
Diffstat (limited to 'more/getting_started.html')
-rw-r--r-- | more/getting_started.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/more/getting_started.html b/more/getting_started.html index a607e60672..f0890f3a57 100644 --- a/more/getting_started.html +++ b/more/getting_started.html @@ -227,7 +227,7 @@ int main() <p>Start by copying the text of this program into a file called <tt class="docutils literal"><span class="pre">example.cpp</span></tt>.</p> <div class="section"> -<h2><a class="toc-backref" href="#id23" id="nix-e-g-unix-linux-macos-cygwin" name="nix-e-g-unix-linux-macos-cygwin"><span id="nix-header-only"></span>3.1 *nix (e.g. Unix, Linux, MacOS, Cygwin)</a></h2> +<h2><a class="toc-backref" href="#id23" id="nix-e-g-unix-linux-macos-cygwin" name="nix-e-g-unix-linux-macos-cygwin"><span id="unix-header-only"></span>3.1 *nix (e.g. Unix, Linux, MacOS, Cygwin)</a></h2> <p>Simply issue the following command (<tt class="docutils literal"><span class="pre">$</span></tt> represents the prompt issued by the shell, so don't type that):</p> <pre class="literal-block"> @@ -680,7 +680,7 @@ one library; it <em>really</em> pays off when you're using multiple libraries from the same directory.</p> </li> </ol> -<p>In both cases above, the bold text is what you'd add to <a class="reference" href="*nix-header-only_">the +<p>In both cases above, the bold text is what you'd add to <a class="reference" href="#unix-header-only">the command lines we explored earlier</a>.</p> </div> <div class="section"> @@ -834,7 +834,7 @@ recommend it.</td></tr> </div> <div class="footer"> <hr class="footer" /> -Generated on: 2006-11-20 03:57 UTC. +Generated on: 2006-11-20 04:00 UTC. Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. </div> |