summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2005-08-04 16:24:01 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2005-08-04 16:24:01 +0000
commit8247c74138d92bdd170e0abf8394cf57e64751d2 (patch)
treee38120c53df842557d65b94d2457ca451eadbf38
parent59218c61bdcda05b72c8fc7694f76bfe4f54fda7 (diff)
downloadboost-8247c74138d92bdd170e0abf8394cf57e64751d2.tar.gz
Fix broken link.
[SVN r30460]
-rw-r--r--more/getting_started.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/more/getting_started.html b/more/getting_started.html
index af2f3ba889..3859b8eef7 100644
--- a/more/getting_started.html
+++ b/more/getting_started.html
@@ -874,7 +874,7 @@
static libraries (archives), and ".so" for shared libraries. For toolsets that
support it in Unix they will also have a full version extension (for example "<tt>.so.1.31.0</tt>")
with a symbolic link for the un-versioned library.</p>
- <H2><A name="#auto-link"></A>Automatic Linking on Windows</H2>
+ <H2><A name="auto-link"></A>Automatic Linking on Windows</H2>
<P>For most Boost libraries that have separate source, the correct build variant
is linked against automatically when you include one of that library's header
files.&nbsp; For this feature to work, your compiler must support the <code>#pragma
@@ -1044,3 +1044,4 @@
</html>
+